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.com |
Código fonte | https://github.com/vmware/wavefront-adapter-for-istio |
Último lançamento | https://github.com/vmware/wavefront-adapter-for-istio/releases/tag/0.1.1 |
Testado por VMware, Inc. com estas versões do Istio | 1.0.3, 1.0.4 |
Modelos suportados | 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.