Skip to content

9.0.0

Latest

Choose a tag to compare

@tobz tobz released this 18 Aug 19:43
· 39 commits to master since this release
463bc3b

Breaking Changes

  • [FEATURE] Added support for tag cardinality, both globally and per-metric. (DogStatsD protocol v1.6).
    This allows for specifying the tag cardinality for enriched tags that are attached to metrics based on origin detection. A new field, Cardinality, is available on StatsdConfig to specify the default tag cardinality for all metrics. Additionally, a new parameter, cardinality, is now exposed on the main methods in DogStatsd and IDogStatsd, which allows for specifying the tag cardinality on a per-metric basis. See #213.

Changes

  • [FEATURE] Added support for cgroups-based origin detection. (DogStatsD protocol v1.4).
    This allows for detecting the origin of DogStatsD clients based on self-discovery of any cgroups that the application is running in. Applicable only to Linux. See #211.

  • [FEATURE] Added support for External Data-based origin detection (DogStatsD protocol v1.5).
    This allows for detecting the origin of DogStatsD clients based on information attached to workload pods from the Datadog Agent Admission Controller. See #209.