Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 1.65 KB

dogstatsd.md

File metadata and controls

38 lines (28 loc) · 1.65 KB

Dogstatsd

Table of content

Configuration

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.

Example of config.yaml

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"

Additional info

Screenshots