Wavefront by VMware
该组件由 Istio 合作伙伴创建并维护,如有问题请直接与合作伙伴联系。
合作伙伴 | VMware, Inc. |
联系 | veniln@vmware.com |
源码 | https://github.com/vmware/wavefront-adapter-for-istio |
最新版本 | https://github.com/vmware/wavefront-adapter-for-istio/releases/tag/0.1.1 |
VMware, Inc. 已在如下 Istio 版本中测试通过 | 1.0.3, 1.0.4 |
支持的模版 | 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.