- setClock(Clock) - Method in class com.librato.metrics.LibratoReporter.Builder
-
use a custom clock
- setDeleteIdleStats(boolean) - Method in class com.librato.metrics.LibratoReporter.Builder
-
Sets whether or not idle timers, meters, and histograms will be send to Librato or not.
- setDurationUnit(TimeUnit) - Method in class com.librato.metrics.LibratoReporter.Builder
-
Sets the time unit to which durations will be converted by the reporter.
- setExpansionConfig(LibratoReporter.MetricExpansionConfig) - Method in class com.librato.metrics.LibratoReporter.Builder
-
Enables control over how the reporter generates 'expanded' metrics from meters and histograms,
such as percentiles and rates.
- setFilter(MetricFilter) - Method in class com.librato.metrics.LibratoReporter.Builder
-
Filter the metrics that this particular reporter publishes
- setHttpPoster(HttpPoster) - Method in class com.librato.metrics.LibratoReporter.Builder
-
Sets the HttpPoster which will send the payload to Librato
- setName(String) - Method in class com.librato.metrics.LibratoReporter.Builder
-
Specify a custom name for this reporter
- setOmitComplexGauges(boolean) - Method in class com.librato.metrics.LibratoReporter.Builder
-
Sets whether or not complex gauges (includes mean, min, max) should be sent to Librato.
- setPrefix(String) - Method in class com.librato.metrics.LibratoReporter.Builder
-
Sets a prefix that will be prepended to all metric names
- setPrefixDelimiter(String) - Method in class com.librato.metrics.LibratoReporter.Builder
-
Sets the delimiter which will separate the prefix from the metric name.
- setRateUnit(TimeUnit) - Method in class com.librato.metrics.LibratoReporter.Builder
-
Sets the time unit to which rates will be converted by the reporter.
- setSanitizer(Sanitizer) - Method in class com.librato.metrics.LibratoReporter.Builder
-
Use a custom sanitizer.
- setSourceRegex(Pattern) - Method in class com.librato.metrics.LibratoReporter.Builder
-
Sets the source regular expression to be applied against metric names to determine dynamic sources.
- setTimeout(long) - Method in class com.librato.metrics.LibratoReporter.Builder
-
Sets the timeout for POSTs to Librato
- setTimeout(long, TimeUnit) - Method in class com.librato.metrics.LibratoReporter.Builder
-
set the HTTP timeout for a publishing attempt
- setTimeoutUnit(TimeUnit) - Method in class com.librato.metrics.LibratoReporter.Builder
-
Sets the timeout time unit for POSTs to Librato
- source - Variable in class com.librato.metrics.SourceInformation
-
- SourceInformation - Class in com.librato.metrics
-
Holds information about a metric -- name and source.
- SourceInformation(String, String) - Constructor for class com.librato.metrics.SourceInformation
-
- start(long, TimeUnit) - Method in class com.librato.metrics.LibratoReporter
-
Starts the reporter polling at the given period.
- stop() - Method in class com.librato.metrics.LibratoReporter
-