Wavefront by VMware
The wavefront
adapter collects metrics and makes them available to
Wavefront by VMware.
This adapter supports the metric template.
Params
Configuration format for the wavefront
adapter.
Params.MetricInfo
Describes how a metric should be represented on Wavefront.
Params.MetricInfo.Sample
Describes a sample as in the rcrowley/go-metrics library.
Params.MetricInfo.Sample.ExpDecay
Describes an exponentially decaying sample.
Params.MetricInfo.Sample.Uniform
Describes a uniform sample.
Params.MetricInfo.Type
Describes metric types as in Wavefront.
Name | Description |
---|---|
UNKNOWN | Reserved for unknown metric types. |
GAUGE | Represents a gauge metric type. |
COUNTER | Represents a counter metric type. |
DELTA_COUNTER | Represents a delta counter metric type. |
HISTOGRAM | Represents a histogram metric type. |
Params.WavefrontDirect
Describes Wavefront Server credentials.
Params.WavefrontProxy
Describes Wavefront Proxy credentials.