Skip to content
Merged
Show file tree
Hide file tree
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
24 changes: 24 additions & 0 deletions .chloggen/promoto_k8s_attr_toalpha.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Use this changelog template to create an entry for release notes.
#
# If your change doesn't affect end users you should instead start
# your pull request title with [chore] or use the "Skip Changelog" label.

# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix'
change_type: enhancement

# The name of the area of concern in the attributes-registry, (e.g. http, cloud, db)
component: k8s

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: Promote a selection of k8s and container attributes to alpha

# Mandatory: One or more tracking issues related to the change. You can use the PR number here if no issue exists.
# The values here must be integers.
issues: [3120]

# (Optional) One or more lines of additional information to render under the primary note.
# These lines will be padded with 2 spaces and then inserted directly into the document.
# Use pipe (|) for multiline entries.
subtext: |
The selected attributes being promoted are used by the Collector Contrib components
that are targeting stability: https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/44130
8 changes: 4 additions & 4 deletions docs/registry/attributes/container.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ A container instance.
| <a id="container-command-line" href="#container-command-line">`container.command_line`</a> | ![Development](https://img.shields.io/badge/-development-blue) | string | The full command run by the container as a single string representing the full command. | `otelcontribcol --config config.yaml` |
| <a id="container-csi-plugin-name" href="#container-csi-plugin-name">`container.csi.plugin.name`</a> | ![Development](https://img.shields.io/badge/-development-blue) | string | The name of the CSI ([Container Storage Interface](https://github.com/container-storage-interface/spec)) plugin used by the volume. [2] | `pd.csi.storage.gke.io` |
| <a id="container-csi-volume-id" href="#container-csi-volume-id">`container.csi.volume.id`</a> | ![Development](https://img.shields.io/badge/-development-blue) | string | The unique volume ID returned by the CSI ([Container Storage Interface](https://github.com/container-storage-interface/spec)) plugin. [3] | `projects/my-gcp-project/zones/my-gcp-zone/disks/my-gcp-disk` |
| <a id="container-id" href="#container-id">`container.id`</a> | ![Development](https://img.shields.io/badge/-development-blue) | string | Container ID. Usually a UUID, as for example used to [identify Docker containers](https://docs.docker.com/engine/containers/run/#container-identification). The UUID might be abbreviated. | `a3bf90e006b2` |
| <a id="container-id" href="#container-id">`container.id`</a> | ![Alpha](https://img.shields.io/badge/alpha-mediumpurple) | string | Container ID. Usually a UUID, as for example used to [identify Docker containers](https://docs.docker.com/engine/containers/run/#container-identification). The UUID might be abbreviated. | `a3bf90e006b2` |
| <a id="container-image-id" href="#container-image-id">`container.image.id`</a> | ![Development](https://img.shields.io/badge/-development-blue) | string | Runtime specific image identifier. Usually a hash algorithm followed by a UUID. [4] | `sha256:19c92d0a00d1b66d897bceaa7319bee0dd38a10a851c60bcec9474aa3f01e50f` |
| <a id="container-image-name" href="#container-image-name">`container.image.name`</a> | ![Development](https://img.shields.io/badge/-development-blue) | string | Name of the image the container was built on. | `gcr.io/opentelemetry/operator` |
| <a id="container-image-repo-digests" href="#container-image-repo-digests">`container.image.repo_digests`</a> | ![Development](https://img.shields.io/badge/-development-blue) | string[] | Repo digests of the container image as provided by the container runtime. [5] | `["example@sha256:afcc7f1ac1b49db317a7196c902e61c6c3c4607d63599ee1a82d702d249a0ccb", "internal.registry.example.com:5000/example@sha256:b69959407d21e8a062e0416bf13405bb2b71ed7a84dde4158ebafacfa06f5578"]` |
| <a id="container-image-tags" href="#container-image-tags">`container.image.tags`</a> | ![Development](https://img.shields.io/badge/-development-blue) | string[] | Container image tags. An example can be found in [Docker Image Inspect](https://docs.docker.com/reference/api/engine/version/v1.52/#tag/Image/operation/ImageInspect). Should be only the `<tag>` section of the full name for example from `registry.example.com/my-org/my-image:<tag>`. | `["v1.27.1", "3.5.7-0"]` |
| <a id="container-image-name" href="#container-image-name">`container.image.name`</a> | ![Alpha](https://img.shields.io/badge/alpha-mediumpurple) | string | Name of the image the container was built on. | `gcr.io/opentelemetry/operator` |
| <a id="container-image-repo-digests" href="#container-image-repo-digests">`container.image.repo_digests`</a> | ![Alpha](https://img.shields.io/badge/alpha-mediumpurple) | string[] | Repo digests of the container image as provided by the container runtime. [5] | `["example@sha256:afcc7f1ac1b49db317a7196c902e61c6c3c4607d63599ee1a82d702d249a0ccb", "internal.registry.example.com:5000/example@sha256:b69959407d21e8a062e0416bf13405bb2b71ed7a84dde4158ebafacfa06f5578"]` |
| <a id="container-image-tags" href="#container-image-tags">`container.image.tags`</a> | ![Alpha](https://img.shields.io/badge/alpha-mediumpurple) | string[] | Container image tags. An example can be found in [Docker Image Inspect](https://docs.docker.com/reference/api/engine/version/v1.52/#tag/Image/operation/ImageInspect). Should be only the `<tag>` section of the full name for example from `registry.example.com/my-org/my-image:<tag>`. | `["v1.27.1", "3.5.7-0"]` |
| <a id="container-label" href="#container-label">`container.label.<key>`</a> | ![Development](https://img.shields.io/badge/-development-blue) | string | Container labels, `<key>` being the label name, the value being the label value. [6] | `nginx` |
| <a id="container-name" href="#container-name">`container.name`</a> | ![Development](https://img.shields.io/badge/-development-blue) | string | Container name used by container runtime. | `opentelemetry-autoconf` |
| <a id="container-runtime-description" href="#container-runtime-description">`container.runtime.description`</a> | ![Development](https://img.shields.io/badge/-development-blue) | string | A description about the runtime which could include, for example details about the CRI/API version being used or other customisations. | `docker://19.3.1 - CRI: 1.22.0` |
Expand Down
Loading
Loading