| Package | Description |
|---|---|
| com.wavefront.internal | |
| com.wavefront.internal.reporter |
| Modifier and Type | Method and Description |
|---|---|
static com.wavefront.sdk.common.Pair<Map<String,String>,String> |
SpanDerivedMetricsUtils.reportWavefrontGeneratedData(WavefrontInternalReporter wfInternalReporter,
String operationName,
String application,
String service,
String cluster,
String shard,
String source,
String componentTagValue,
boolean isError,
long spanDurationMicros,
Set<String> traceDerivedCustomTagKeys,
List<com.wavefront.sdk.common.Pair<String,String>> spanTags)
Report generated metrics and histograms from the wavefront tracing span using delta counter.
|
static com.wavefront.sdk.common.Pair<Map<String,String>,String> |
SpanDerivedMetricsUtils.reportWavefrontGeneratedData(WavefrontInternalReporter wfInternalReporter,
String operationName,
String application,
String service,
String cluster,
String shard,
String source,
String componentTagValue,
boolean isError,
long spanDurationMicros,
Set<String> traceDerivedCustomTagKeys,
List<com.wavefront.sdk.common.Pair<String,String>> spanTags,
boolean isReportingDelta)
Report generated metrics and histograms from the wavefront tracing span.
|
protected static com.wavefront.sdk.common.Pair<Map<String,String>,String> |
SpanDerivedMetricsUtils.reportWavefrontGeneratedData(WavefrontInternalReporter wfInternalReporter,
String operationName,
String application,
String service,
String cluster,
String shard,
String source,
String componentTagValue,
boolean isError,
long spanDurationMicros,
Set<String> traceDerivedCustomTagKeys,
List<com.wavefront.sdk.common.Pair<String,String>> spanTags,
boolean isReportingDelta,
Supplier<Long> clock) |
| Modifier and Type | Method and Description |
|---|---|
WavefrontInternalReporter |
WavefrontInternalReporter.Builder.build(com.wavefront.sdk.common.WavefrontSender wavefrontSender)
Builds a
WavefrontInternalReporter with the given properties, sending metrics and
histograms directly to a given Wavefront server using either proxy or direct ingestion APIs. |
Copyright © 2022. All rights reserved.