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.
53049
+
example: true
53050
+
type: boolean
53051
+
id:
53052
+
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).
53053
+
example: "add-metric-tags-processor"
53054
+
type: string
53055
+
include:
53056
+
description: A Datadog search query used to determine which metrics this processor targets.
53057
+
example: "*"
53058
+
type: string
53059
+
tags:
53060
+
description: A list of static tags (key-value pairs) added to each metric processed by this component.
description: Indicates whether the processor is enabled.
53093
+
example: true
53094
+
type: boolean
53095
+
id:
53096
+
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).
53097
+
example: "aggregate-processor"
53098
+
type: string
53099
+
include:
53100
+
description: A Datadog search query used to determine which metrics this processor targets.
53101
+
example: "*"
53102
+
type: string
53103
+
interval_secs:
53104
+
description: The interval, in seconds, over which metrics are aggregated.
description: Indicates whether the processor is enabled.
56928
+
example: true
56929
+
type: boolean
56930
+
id:
56931
+
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).
56932
+
example: "rename-metric-tags-processor"
56933
+
type: string
56934
+
include:
56935
+
description: A Datadog search query used to determine which metrics this processor targets.
56936
+
example: "*"
56937
+
type: string
56938
+
tags:
56939
+
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.
58228
+
example: true
58229
+
type: boolean
58230
+
id:
58231
+
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).
58232
+
example: "tag-cardinality-limit-processor"
58233
+
type: string
58234
+
include:
58235
+
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.
58319
+
example: "host"
58320
+
type: string
58321
+
value_limit:
58322
+
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