From 3c0c8cbb494ee85fac48ff3f0cd4449d60e203e9 Mon Sep 17 00:00:00 2001 From: Anna U <104845867+aurbiztondo-splunk@users.noreply.github.com> Date: Fri, 29 Sep 2023 12:35:59 +0200 Subject: [PATCH] Updated link Fixed link to containers. --- content/en/resources/otel_tagging.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/resources/otel_tagging.md b/content/en/resources/otel_tagging.md index 393a2f9df7..16e2f69585 100644 --- a/content/en/resources/otel_tagging.md +++ b/content/en/resources/otel_tagging.md @@ -48,7 +48,7 @@ These attributes are set automatically by the SDK, to record information about t ### Containers -For services running in containers, there are numerous attributes used to describe the container runtime, such as `container.id`, `container.name`, and `container.image.name`. The full list can be found [here](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/resource/semantic_conventions/host.md). +For services running in containers, there are numerous attributes used to describe the container runtime, such as `container.id`, `container.name`, and `container.image.name`. The full list can be found [here](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/resource/semantic_conventions/container.md)). ### Hosts