| Modifier and Type | Method and Description |
|---|---|
static <T,V> Pair<T,V> |
Pair.of(T t,
V v) |
| 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.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 |
|---|---|
void |
WavefrontMultiClient.sendDistribution(String name,
List<Pair<Double,Integer>> centroids,
Set<HistogramGranularity> histogramGranularities,
Long timestamp,
String source,
Map<String,String> tags) |
void |
WavefrontMultiClient.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 |
WavefrontDirectIngestionClient.sendDistribution(String name,
List<Pair<Double,Integer>> centroids,
Set<HistogramGranularity> histogramGranularities,
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) |
| Modifier and Type | Field and Description |
|---|---|
List<Pair<Double,Integer>> |
WavefrontHistogramImpl.Distribution.centroids
The list of histogram points, each a 2-dimensional
Pair where the first dimension
is the mean value (Double) of the centroid and second dimension is the count of points in
that centroid. |
| 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) |
| Constructor and Description |
|---|
Distribution(long timestamp,
List<Pair<Double,Integer>> centroids) |
| 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.
|
| 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.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.