| Modifier and Type | Method and Description |
|---|---|
static String |
Utils.histogramToLineData(String name,
List<Pair<Double,Integer>> centroids,
Set<HistogramGranularity> histogramGranularities,
Long timestamp,
String source,
Map<String,String> tags,
String defaultSource) |
static String |
Utils.histogramToLineData(String name,
List<Pair<Double,Integer>> centroids,
Set<HistogramGranularity> histogramGranularities,
Long timestamp,
String source,
Map<String,String> tags,
String defaultSource) |
static String |
Utils.metricToLineData(String name,
double value,
Long timestamp,
String source,
Map<String,String> tags,
String defaultSource) |
static String |
Utils.metricToLineData(String name,
double value,
Long timestamp,
String source,
Map<String,String> tags,
String defaultSource) |
static String |
Utils.tracingSpanToLineData(String name,
long startMillis,
long durationMillis,
String source,
UUID traceId,
UUID spanId,
List<UUID> parents,
List<UUID> followsFrom,
List<Pair<String,String>> tags,
List<SpanLog> spanLogs,
String defaultSource) |
static String |
Utils.tracingSpanToLineData(String name,
long startMillis,
long durationMillis,
String source,
UUID traceId,
UUID spanId,
List<UUID> parents,
List<UUID> followsFrom,
List<Pair<String,String>> tags,
List<SpanLog> spanLogs,
String defaultSource) |
static String |
Utils.tracingSpanToLineData(String name,
long startMillis,
long durationMillis,
String source,
UUID traceId,
UUID spanId,
List<UUID> parents,
List<UUID> followsFrom,
List<Pair<String,String>> tags,
List<SpanLog> spanLogs,
String defaultSource) |
static String |
Utils.tracingSpanToLineData(String name,
long startMillis,
long durationMillis,
String source,
UUID traceId,
UUID spanId,
List<UUID> parents,
List<UUID> followsFrom,
List<Pair<String,String>> tags,
List<SpanLog> spanLogs,
String defaultSource) |
| Modifier and Type | Method and Description |
|---|---|
String |
ApplicationTags.getCluster()
Fetch the cluster name.
|
Map<String,String> |
ApplicationTags.getCustomTags()
Fetch the custom tags.
|
String |
ApplicationTags.getShard()
Fetch the shard name.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WavefrontDirectIngestionClient.sendDistribution(String name,
List<Pair<Double,Integer>> centroids,
Set<HistogramGranularity> histogramGranularities,
Long timestamp,
String source,
Map<String,String> tags) |
void |
WavefrontDirectIngestionClient.sendDistribution(String name,
List<Pair<Double,Integer>> centroids,
Set<HistogramGranularity> histogramGranularities,
Long timestamp,
String source,
Map<String,String> tags) |
void |
WavefrontDirectIngestionClient.sendDistribution(String name,
List<Pair<Double,Integer>> centroids,
Set<HistogramGranularity> histogramGranularities,
Long timestamp,
String source,
Map<String,String> tags) |
void |
WavefrontDirectIngestionClient.sendMetric(String name,
double value,
Long timestamp,
String source,
Map<String,String> tags) |
void |
WavefrontDirectIngestionClient.sendMetric(String name,
double value,
Long timestamp,
String source,
Map<String,String> tags) |
void |
WavefrontDirectIngestionClient.sendMetric(String name,
double value,
Long timestamp,
String source,
Map<String,String> tags) |
void |
WavefrontDirectIngestionClient.sendSpan(String name,
long startMillis,
long durationMillis,
String source,
UUID traceId,
UUID spanId,
List<UUID> parents,
List<UUID> followsFrom,
List<Pair<String,String>> tags,
List<SpanLog> spanLogs) |
void |
WavefrontDirectIngestionClient.sendSpan(String name,
long startMillis,
long durationMillis,
String source,
UUID traceId,
UUID spanId,
List<UUID> parents,
List<UUID> followsFrom,
List<Pair<String,String>> tags,
List<SpanLog> spanLogs) |
void |
WavefrontDirectIngestionClient.sendSpan(String name,
long startMillis,
long durationMillis,
String source,
UUID traceId,
UUID spanId,
List<UUID> parents,
List<UUID> followsFrom,
List<Pair<String,String>> tags,
List<SpanLog> spanLogs) |
void |
WavefrontDirectIngestionClient.sendSpan(String name,
long startMillis,
long durationMillis,
String source,
UUID traceId,
UUID spanId,
List<UUID> parents,
List<UUID> followsFrom,
List<Pair<String,String>> tags,
List<SpanLog> spanLogs) |
void |
WavefrontDirectIngestionClient.sendSpan(String name,
long startMillis,
long durationMillis,
String source,
UUID traceId,
UUID spanId,
List<UUID> parents,
List<UUID> followsFrom,
List<Pair<String,String>> tags,
List<SpanLog> spanLogs) |
| Modifier and Type | Method and Description |
|---|---|
void |
WavefrontEventSender.sendEvent(String name,
long startMillis,
long endMillis,
String source,
Map<String,String> tags)
Sends the given event to Wavefront
|
void |
WavefrontEventSender.sendEvent(String name,
long startMillis,
long endMillis,
String source,
Map<String,String> tags)
Sends the given event to Wavefront
|
| Modifier and Type | Method and Description |
|---|---|
void |
WavefrontHistogramSender.sendDistribution(String name,
List<Pair<Double,Integer>> centroids,
Set<HistogramGranularity> histogramGranularities,
Long timestamp,
String source,
Map<String,String> tags) |
void |
WavefrontHistogramSender.sendDistribution(String name,
List<Pair<Double,Integer>> centroids,
Set<HistogramGranularity> histogramGranularities,
Long timestamp,
String source,
Map<String,String> tags) |
void |
WavefrontHistogramSender.sendDistribution(String name,
List<Pair<Double,Integer>> centroids,
Set<HistogramGranularity> histogramGranularities,
Long timestamp,
String source,
Map<String,String> tags) |
| Modifier and Type | Method and Description |
|---|---|
default void |
WavefrontMetricSender.sendDeltaCounter(String name,
double value,
String source,
Map<String,String> tags)
Sends the given delta counter to Wavefront.
|
default void |
WavefrontMetricSender.sendDeltaCounter(String name,
double value,
String source,
Map<String,String> tags)
Sends the given delta counter to Wavefront.
|
void |
WavefrontMetricSender.sendMetric(String name,
double value,
Long timestamp,
String source,
Map<String,String> tags)
Sends the given metric to Wavefront
|
void |
WavefrontMetricSender.sendMetric(String name,
double value,
Long timestamp,
String source,
Map<String,String> tags)
Sends the given metric to Wavefront
|
void |
WavefrontMetricSender.sendMetric(String name,
double value,
Long timestamp,
String source,
Map<String,String> tags)
Sends the given metric to Wavefront
|
| Modifier and Type | Method and Description |
|---|---|
void |
WavefrontTracingSpanSender.sendSpan(String name,
long startMillis,
long durationMillis,
String source,
UUID traceId,
UUID spanId,
List<UUID> parents,
List<UUID> followsFrom,
List<Pair<String,String>> tags,
List<SpanLog> spanLogs)
Send a trace span to Wavefront.
|
void |
WavefrontTracingSpanSender.sendSpan(String name,
long startMillis,
long durationMillis,
String source,
UUID traceId,
UUID spanId,
List<UUID> parents,
List<UUID> followsFrom,
List<Pair<String,String>> tags,
List<SpanLog> spanLogs)
Send a trace span to Wavefront.
|
void |
WavefrontTracingSpanSender.sendSpan(String name,
long startMillis,
long durationMillis,
String source,
UUID traceId,
UUID spanId,
List<UUID> parents,
List<UUID> followsFrom,
List<Pair<String,String>> tags,
List<SpanLog> spanLogs)
Send a trace span to Wavefront.
|
void |
WavefrontTracingSpanSender.sendSpan(String name,
long startMillis,
long durationMillis,
String source,
UUID traceId,
UUID spanId,
List<UUID> parents,
List<UUID> followsFrom,
List<Pair<String,String>> tags,
List<SpanLog> spanLogs)
Send a trace span to Wavefront.
|
void |
WavefrontTracingSpanSender.sendSpan(String name,
long startMillis,
long durationMillis,
String source,
UUID traceId,
UUID spanId,
List<UUID> parents,
List<UUID> followsFrom,
List<Pair<String,String>> tags,
List<SpanLog> spanLogs)
Send a trace span to Wavefront.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WavefrontProxyClient.sendDistribution(String name,
List<Pair<Double,Integer>> centroids,
Set<HistogramGranularity> histogramGranularities,
Long timestamp,
String source,
Map<String,String> tags) |
void |
WavefrontProxyClient.sendDistribution(String name,
List<Pair<Double,Integer>> centroids,
Set<HistogramGranularity> histogramGranularities,
Long timestamp,
String source,
Map<String,String> tags) |
void |
WavefrontProxyClient.sendDistribution(String name,
List<Pair<Double,Integer>> centroids,
Set<HistogramGranularity> histogramGranularities,
Long timestamp,
String source,
Map<String,String> tags) |
void |
WavefrontProxyClient.sendMetric(String name,
double value,
Long timestamp,
String source,
Map<String,String> tags) |
void |
WavefrontProxyClient.sendMetric(String name,
double value,
Long timestamp,
String source,
Map<String,String> tags) |
void |
WavefrontProxyClient.sendMetric(String name,
double value,
Long timestamp,
String source,
Map<String,String> tags) |
void |
WavefrontProxyClient.sendSpan(String name,
long startMillis,
long durationMillis,
String source,
UUID traceId,
UUID spanId,
List<UUID> parents,
List<UUID> followsFrom,
List<Pair<String,String>> tags,
List<SpanLog> spanLogs) |
void |
WavefrontProxyClient.sendSpan(String name,
long startMillis,
long durationMillis,
String source,
UUID traceId,
UUID spanId,
List<UUID> parents,
List<UUID> followsFrom,
List<Pair<String,String>> tags,
List<SpanLog> spanLogs) |
void |
WavefrontProxyClient.sendSpan(String name,
long startMillis,
long durationMillis,
String source,
UUID traceId,
UUID spanId,
List<UUID> parents,
List<UUID> followsFrom,
List<Pair<String,String>> tags,
List<SpanLog> spanLogs) |
void |
WavefrontProxyClient.sendSpan(String name,
long startMillis,
long durationMillis,
String source,
UUID traceId,
UUID spanId,
List<UUID> parents,
List<UUID> followsFrom,
List<Pair<String,String>> tags,
List<SpanLog> spanLogs) |
void |
WavefrontProxyClient.sendSpan(String name,
long startMillis,
long durationMillis,
String source,
UUID traceId,
UUID spanId,
List<UUID> parents,
List<UUID> followsFrom,
List<Pair<String,String>> tags,
List<SpanLog> spanLogs) |
Copyright © 2019. All rights reserved.