--- WARNING: THIS IS AN AUTO-GENERATED FILE, DO NOT EDIT. PLEASE MODIFY THE ORIGINAL SOURCE IN THE https://github.com/istio/istio REPO source_repo: https://github.com/istio/istio title: Datadog description: Adapter to deliver metrics to a dogstatsd agent for delivery to DataDog. location: https://istio.io/docs/reference/config/policy-and-telemetry/adapters/datadog.html layout: protoc-gen-docs generator: protoc-gen-docs supported_templates: metric aliases: - /docs/reference/config/adapters/datadog.html number_of_entries: 3 ---
The dogstatsd
adapter is designed to deliver Istio metric instances to a
listening DataDog agent.
This adapter supports the metric template.
Configuration parameter for the DataDog adapter. These params control how Mixer telemetry is transformed and sent to a dogstatsd agent.
The adapter assumes that a dogstatsd agent is running as a sidecar or at some other endpoint that the Mixer can reach. Any dimension that is a part of the metric is converted to a tag automatically. The configuration of the DataDog agent/daemon is outside the scope of the adapter.
Describes how to represent this metric in DataDog
Describes the type of metric
Name | Description |
---|---|
UNKNOWN_TYPE |
Default Unknown Type |
COUNTER |
Increments a DataDog counter |
GAUGE |
Sets the new value of a DataDog gauge |
DISTRIBUTION |
DISTRIBUTION is converted to a Timing Histogram for metrics with a time unit and a Histogram for all other units |