| Package | Description |
|---|---|
| com.wavefront.internal.reporter |
| Modifier and Type | Method and Description |
|---|---|
WavefrontInternalReporter.Builder |
WavefrontInternalReporter.Builder.includeJvmMetrics()
Report JVM metrics for the JVM inside which this reporter is running.
|
WavefrontInternalReporter.Builder |
WavefrontInternalReporter.Builder.prefixedWith(String prefix)
Prefix all metric names with the given string.
|
WavefrontInternalReporter.Builder |
WavefrontInternalReporter.Builder.reportDayDistribution()
Report histogram distributions aggregated into day intervals
|
WavefrontInternalReporter.Builder |
WavefrontInternalReporter.Builder.reportHourDistribution()
Report histogram distributions aggregated into hour intervals
|
WavefrontInternalReporter.Builder |
WavefrontInternalReporter.Builder.reportMinuteDistribution()
Report histogram distributions aggregated into minute intervals
|
WavefrontInternalReporter.Builder |
WavefrontInternalReporter.Builder.withClock(io.dropwizard.metrics5.Clock clock) |
WavefrontInternalReporter.Builder |
WavefrontInternalReporter.Builder.withReporterPointTag(String tagKey,
String tagVal)
Set a point tag for this reporter.
|
WavefrontInternalReporter.Builder |
WavefrontInternalReporter.Builder.withReporterPointTags(Map<String,String> reporterPointTags)
Set the Point Tags for this reporter.
|
WavefrontInternalReporter.Builder |
WavefrontInternalReporter.Builder.withScheduledExecutorService(ScheduledExecutorService scheduledExecutorService) |
WavefrontInternalReporter.Builder |
WavefrontInternalReporter.Builder.withSource(String source)
Set the source for this reporter.
|
Copyright © 2022. All rights reserved.