Wavefront by VMware
This component was created and is maintained by an Istio partner. Please address support questions to the partner directly.
Partner | VMware, Inc. |
Contact | veniln@vmware.com |
Source Code | https://github.com/vmware/wavefront-adapter-for-istio |
Latest Release | https://github.com/vmware/wavefront-adapter-for-istio/releases/tag/0.1.5 |
Tested by VMware, Inc. with these Istio Versions | 1.4.9, 1.5.6, 1.6.2 |
Supported Templates | Metric |
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.Logs
Describes the logging configuration.
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.