You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Indicates whether the processor is enabled.
52937
+
example: true
52938
+
type: boolean
52939
+
id:
52940
+
description: The unique identifier for this component. Used in other parts of the pipeline to reference this component (for example, as the `input` to downstream components).
52941
+
example: "add-metric-tags-processor"
52942
+
type: string
52943
+
include:
52944
+
description: A Datadog search query used to determine which metrics this processor targets.
52945
+
example: "*"
52946
+
type: string
52947
+
tags:
52948
+
description: A list of static tags (key-value pairs) added to each metric processed by this component.
description: Indicates whether the processor is enabled.
52981
+
example: true
52982
+
type: boolean
52983
+
id:
52984
+
description: The unique identifier for this component. Used in other parts of the pipeline to reference this component (for example, as the `input` to downstream components).
52985
+
example: "aggregate-processor"
52986
+
type: string
52987
+
include:
52988
+
description: A Datadog search query used to determine which metrics this processor targets.
52989
+
example: "*"
52990
+
type: string
52991
+
interval_secs:
52992
+
description: The interval, in seconds, over which metrics are aggregated.
description: Indicates whether the processor is enabled.
56816
+
example: true
56817
+
type: boolean
56818
+
id:
56819
+
description: The unique identifier for this component. Used in other parts of the pipeline to reference this component (for example, as the `input` to downstream components).
56820
+
example: "rename-metric-tags-processor"
56821
+
type: string
56822
+
include:
56823
+
description: A Datadog search query used to determine which metrics this processor targets.
56824
+
example: "*"
56825
+
type: string
56826
+
tags:
56827
+
description: A list of rename rules specifying which tag keys to rename on each metric.
The `tag_cardinality_limit` processor caps the number of distinct tag value combinations on metrics, dropping tags or events once the limit is exceeded.
description: Indicates whether the processor is enabled.
58116
+
example: true
58117
+
type: boolean
58118
+
id:
58119
+
description: The unique identifier for this component. Used in other parts of the pipeline to reference this component (for example, as the `input` to downstream components).
58120
+
example: "tag-cardinality-limit-processor"
58121
+
type: string
58122
+
include:
58123
+
description: A Datadog search query used to determine which metrics this processor targets.
description: The maximum number of distinct tag value combinations allowed for this metric. Required when `mode` is `tracked`. Must be omitted when `mode` is `excluded`.
description: The tag key this override applies to.
58207
+
example: "host"
58208
+
type: string
58209
+
value_limit:
58210
+
description: The maximum number of distinct values allowed for this tag. Required when `mode` is `limit_override`. Must be omitted when `mode` is `excluded`.
description: How the per-tag override is applied. `limit_override` enforces a custom limit on the tag; `excluded` skips the tag from cardinality tracking.
0 commit comments