Datadog
The dogstatsd
adapter is designed to deliver Istio metric instances to a
listening DataDog agent.
This adapter supports the metric template.
Params
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.
Params.MetricInfo
Describes how to represent this metric in DataDog
Params.MetricInfo.Type
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 |