Skip to content

Commit 6eefdf7

Browse files
committed
document new logs tag cardinality setting
1 parent cd4f865 commit 6eefdf7

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

pkg/config/config_template.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,18 @@ api_key:
202202
#
203203
# dogstatsd_tag_cardinality: low
204204

205+
## @param logs_tag_cardinality - string - optional - default: high
206+
## @env DD_LOGS_TAG_CARDINALITY - string - optional - default: high
207+
## Configure the level of granularity of tags to send for logs. Choices are:
208+
## * low: add tags about low-cardinality objects (clusters, hosts, deployments, container images, ...)
209+
## * orchestrator: add tags about pod, (in Kubernetes), or task (in ECS or Mesos) -level of cardinality
210+
## * high: add tags about high-cardinality objects (individual containers, user IDs in requests, ...)
211+
##
212+
## WARNING: sending container tags for logs may create larger payloads.
213+
## This may impact your logs ingestion billing.
214+
#
215+
# logs_tag_cardinality: high
216+
205217
## @param histogram_aggregates - list of strings - optional - default: ["max", "median", "avg", "count"]
206218
## @env DD_HISTOGRAM_AGGREGATES - space separated list of strings - optional - default: max median avg count
207219
## Configure which aggregated value to compute.

0 commit comments

Comments
 (0)