- Category: Metrics / Observability
- Website: https://docs.datadoghq.com/developers/dogstatsd/?tab=go
Setting | Env var | Default value | Description |
---|---|---|---|
dogstastd.forwarded |
DOGSTASTD_FORWARDED |
The address for the DogStatsD forwarder, in the form "host:port", if not empty DogStatsD is enabled | |
dogstastd.namespace |
DOGSTASTD_NAMESPACE |
falcosidekick. |
A prefix for all metrics |
dogstastd.tags |
DOGSTASTD_TAGS |
Comma separeted list of key:value to add as tags to the metrics |
Note
The Env var values override the settings from yaml file.
dogstatsd:
forwarder: "" # The address for the DogStatsD forwarder, in the form "host:port", if not empty DogStatsD is enabled
namespace: "falcosidekick." # A prefix for all metrics (default: "falcosidekick.")
# tag : # Tags to add to the metrics
# key: "value"