Skip to content

[AGNTLOG-155] Update tag list for k8 #30323

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Jul 10, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion content/en/containers/kubernetes/tag.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ The Datadog Agent can automatically assign tags to metrics, traces, and logs emi

## Out-of-the-box tags

The list of automatically-assigned tags depends on the Agent's [cardinality configuration][1]. [Tag Cardinality][4] can impact billing as different cardinality settings impact the number of emitted metrics.
The list of automatically-assigned tags depends on the Agent's [cardinality configuration][1]. [Tag Cardinality][4] is added before ingestion and can impact billing, as different cardinality settings impact the number of emitted metrics.

<div style="overflow-x: auto;">

Expand Down Expand Up @@ -60,6 +60,10 @@ The list of automatically-assigned tags depends on the Agent's [cardinality conf
| `eks_fargate_node` | Low | Pod spec | EKS Fargate environment |
| `kube_runtime_class` | Low | Pod spec | Pod must be attached to a runtime class |
| `gpu_vendor` | Low | Pod spec | Container must be attached to a GPU resource |
| `image_id` | Low | Container image ID | N/A |
| `kube_autoscaler_kind` | Low | Kubernetes autoscaler type | Kubernetes autoscaler must be used |
| `kube_priority_class` | Low | Pod priority class | Pod must have priority class set |
| `kube_qos` | Low | Pod Quality of Service class | N/A |

</div>

Expand All @@ -75,6 +79,7 @@ The Agent can attach Kubernetes environment information as "host tags".
| `kube_cluster_name` | Low | `DD_CLUSTER_NAME` envvar or cloud provider integration | `DD_CLUSTER_NAME` envvar or cloud provider integration enabled |
| `kube_node_role` | Low | Node label `node-role.kubernetes.io/<role>` | Node label must exist |
| `kube_node` | Low | `NodeName` field in a pod's specifications | |
| `orch_cluster_id` | Low | Orchestrator cluster metadata | Orchestrator environment | |

</div>

Expand Down
Loading