--- title: Wavefront by VMware description: Adapter to deliver metrics to Wavefront by VMware. location: https://istio.io/docs/reference/config/policy-and-telemetry/adapters/wavefront.html layout: partner-component generator: protoc-gen-docs provider: VMware, Inc. contact_email: veniln@vmware.com support_link: source_link: https://github.com/vmware/wavefront-adapter-for-istio latest_release_link: https://github.com/vmware/wavefront-adapter-for-istio/releases/tag/0.1.1 helm_chart_link: istio_versions: "1.0.3, 1.0.4" supported_templates: metric logo_link: https://github.com/vmware/wavefront-adapter-for-istio/raw/master/docs/images/logo.png number_of_entries: 8 ---
The wavefront
adapter collects metrics and makes them available to
Wavefront by VMware.
This adapter supports the metric template.
Configuration format for the wavefront
adapter.
Describes how a metric should be represented on Wavefront.
Describes a sample as in the rcrowley/go-metrics library.
Describes an exponentially decaying sample.
Describes a uniform sample.
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. |
Describes Wavefront Server credentials.
Describes Wavefront Proxy credentials.