| Package | Description |
|---|---|
| com.wavefront.dropwizard.metrics |
| Modifier and Type | Method and Description |
|---|---|
DropwizardMetricsReporter.Builder |
DropwizardMetricsReporter.Builder.disabledMetricAttributes(Set<com.codahale.metrics.MetricAttribute> disabledMetricAttributes)
Don't report the passed metric attributes for all metrics (e.g.
|
DropwizardMetricsReporter.Builder |
DropwizardMetricsReporter.Builder.filter(com.codahale.metrics.MetricFilter filter)
Only report metrics which match the given filter.
|
static DropwizardMetricsReporter.Builder |
DropwizardMetricsReporter.forRegistry(com.codahale.metrics.MetricRegistry registry)
Returns a new
DropwizardMetricsReporter.Builder for DropwizardMetricsReporter. |
DropwizardMetricsReporter.Builder |
DropwizardMetricsReporter.Builder.prefixedWith(String prefix)
Prefix all metric names with the given string.
|
DropwizardMetricsReporter.Builder |
DropwizardMetricsReporter.Builder.reportDayDistribution()
Report histogram distributions aggregated into day intervals
|
DropwizardMetricsReporter.Builder |
DropwizardMetricsReporter.Builder.reportHourDistribution()
Report histogram distributions aggregated into hour intervals
|
DropwizardMetricsReporter.Builder |
DropwizardMetricsReporter.Builder.reportMinuteDistribution()
Report histogram distributions aggregated into minute intervals
|
DropwizardMetricsReporter.Builder |
DropwizardMetricsReporter.Builder.withClock(com.codahale.metrics.Clock clock)
Use the given
Clock instance for the time. |
DropwizardMetricsReporter.Builder |
DropwizardMetricsReporter.Builder.withJvmMetrics()
Include JVM Metrics from this Reporter.
|
DropwizardMetricsReporter.Builder |
DropwizardMetricsReporter.Builder.withReporterPointTag(String tagKey,
String tagVal)
Set a point tag for this reporter.
|
DropwizardMetricsReporter.Builder |
DropwizardMetricsReporter.Builder.withReporterPointTags(Map<String,String> reporterPointTags)
Set the Point Tags for this reporter.
|
DropwizardMetricsReporter.Builder |
DropwizardMetricsReporter.Builder.withSource(String source)
Set the source for this reporter.
|
Copyright © 2018. All rights reserved.