Skip to content

Commit

Permalink
Clarify name used by container runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitryax committed Oct 1, 2021
1 parent 0b24e0e commit bc185e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions semantic_conventions/resource/k8s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion specification/resource/semantic_conventions/k8s.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ to a running container.
<!-- semconv k8s.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 |
<!-- endsemconv -->

## ReplicaSet
Expand Down

0 comments on commit bc185e9

Please sign in to comment.