| Package | Description |
|---|---|
| com.wavefront.sdk.common.metrics |
| Modifier and Type | Method and Description |
|---|---|
WavefrontSdkMetricsRegistry.Builder |
WavefrontSdkMetricsRegistry.Builder.prefix(String prefix)
Sets the name prefix for the registry's metrics.
|
WavefrontSdkMetricsRegistry.Builder |
WavefrontSdkMetricsRegistry.Builder.reportingIntervalSeconds(int reportingIntervalSeconds)
Sets the interval in seconds at which to report metrics to Wavefront.
|
WavefrontSdkMetricsRegistry.Builder |
WavefrontSdkMetricsRegistry.Builder.sendSdkMetrics(boolean sendSdkMetrics)
If this is set to false the sender will never actually send metrics and will simply flush metrics
|
WavefrontSdkMetricsRegistry.Builder |
WavefrontSdkMetricsRegistry.Builder.source(String source)
Sets the source (or host) that is sending the metrics.
|
WavefrontSdkMetricsRegistry.Builder |
WavefrontSdkMetricsRegistry.Builder.tag(String key,
String value)
Adds a point tag associated with the registry's metrics.
|
WavefrontSdkMetricsRegistry.Builder |
WavefrontSdkMetricsRegistry.Builder.tags(Map<String,String> tags)
Adds point tags associated with the registry's metrics.
|
Copyright © 2022. All rights reserved.