Expand description
DogStatsD domain: source listeners, parsing, origin detection, aggregation, mapping, filters (some dynamic-capable), and debug logging.
Structs§
- Aggregation
- Metric aggregation window and flush behavior.
- Contexts
- Context cache sizing and sample-rate floor.
- Debug
Log - DogStatsD debug logging (dynamic-capable).
- Domain
- Resolved DogStatsD configuration.
- Enable
Payloads - Which payload types are emitted.
- Invalid
Metric TagValue Allowlist - Reports why a metric tag value allow-list cannot be represented.
- Listeners
- Source listeners and packet-decoding options.
- Mapper
- DogStatsD metric mapper.
- Mapper
Profile - One mapper profile: a name, a metric prefix, and the mappings under it.
- Metric
Mapping - A single metric-name mapping within a
MapperProfile. - Metric
TagFilter Entry - One tag-filterlist entry (dynamic-capable).
- Metric
TagValue Allowlist Entry - One tag value allow-list entry.
- Origin
Detection - Origin detection and tag cardinality.
- Prefix
Filter - Metric-name prefix filtering (dynamic-capable).
- Telemetry
- Telemetry emitted by the DogStatsD source.
Enums§
- Filter
Action - Whether a tag-filterlist entry includes or excludes the listed tags.
- Origin
TagCardinality - Tag cardinality applied during origin detection.
- TagValue
Mismatch Action - Action applied when a tag value is absent from its allow-list.
Functions§
- validate_
metric_ tag_ value_ allowlists - Validates metric tag value allow-list entries.