| Package | Description |
|---|---|
| com.wavefront.sdk.common | |
| com.wavefront.sdk.direct.ingestion | |
| com.wavefront.sdk.entities.histograms | |
| com.wavefront.sdk.proxy |
| 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) |
| 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) |
| Modifier and Type | Method and Description |
|---|---|
static HistogramGranularity |
HistogramGranularity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HistogramGranularity[] |
HistogramGranularity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| 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) |
| 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) |
Copyright © 2018. All rights reserved.