Wavefront by VMware
Este componente foi criado e é mantido por um parceiro Istio. Envie as perguntas de suporte diretamente ao parceiro.
Parceiro | VMware, Inc. |
Contato | veniln@vmware.com1 |
Código fonte | https://github.com/vmware/wavefront-adapter-for-istio2 |
Último lançamento | https://github.com/vmware/wavefront-adapter-for-istio/releases/tag/0.1.13 |
Testado por VMware, Inc. com estas versões do Istio | 1.0.3, 1.0.4 |
Modelos suportados | Metric 4 |
The wavefront
adapter collects metrics and makes them available to
Wavefront by VMware5.
This adapter supports the metric template6.
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-metrics8 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 Wavefront9.
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.