From bc185e929e3492a974293709f4cfe91294d65df3 Mon Sep 17 00:00:00 2001 From: Dmitry Date: Fri, 1 Oct 2021 00:21:29 -0700 Subject: [PATCH] Clarify name used by container runtime --- semantic_conventions/resource/k8s.yaml | 4 ++-- specification/resource/semantic_conventions/k8s.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/semantic_conventions/resource/k8s.yaml b/semantic_conventions/resource/k8s.yaml index d2f4e2010c1..145e0446db8 100644 --- a/semantic_conventions/resource/k8s.yaml +++ b/semantic_conventions/resource/k8s.yaml @@ -62,8 +62,8 @@ groups: type: string brief: > The name of the Container from Pod specification, must be unique - within a Pod. Container runtime usually uses different name unique - within a Cluster (`container.name`). + within a Pod. Container runtime usually uses different globally unique + name (`container.name`). examples: ['redis'] - id: k8s.replicaset diff --git a/specification/resource/semantic_conventions/k8s.md b/specification/resource/semantic_conventions/k8s.md index e6a2991833d..82f0272f0c4 100644 --- a/specification/resource/semantic_conventions/k8s.md +++ b/specification/resource/semantic_conventions/k8s.md @@ -87,7 +87,7 @@ to a running container. | Attribute | Type | Description | Examples | Required | |---|---|---|---|---| -| `k8s.container.name` | string | The name of the Container from Pod specification, must be unique within a Pod. Container runtime usually uses different name unique within a Cluster (`container.name`). | `redis` | No | +| `k8s.container.name` | string | The name of the Container from Pod specification, must be unique within a Pod. Container runtime usually uses different globally unique name (`container.name`). | `redis` | No | ## ReplicaSet