From 6e5826ed31ac913556995fffcf74eb9567fa7bd8 Mon Sep 17 00:00:00 2001 From: Ruchi1499 Date: Wed, 22 Jan 2025 16:29:28 +0530 Subject: [PATCH] Fix OpenTelemetry Protocol hyperlink to point directly to OTLP specifications --- .../en/docs/concepts/cluster-administration/system-traces.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/cluster-administration/system-traces.md b/content/en/docs/concepts/cluster-administration/system-traces.md index 7f2dc3d4c6..e2a2b90065 100644 --- a/content/en/docs/concepts/cluster-administration/system-traces.md +++ b/content/en/docs/concepts/cluster-administration/system-traces.md @@ -14,7 +14,7 @@ weight: 90 System component traces record the latency of and relationships between operations in the cluster. Kubernetes components emit traces using the -[OpenTelemetry Protocol](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/protocol/otlp.md#opentelemetry-protocol-specification) +[OpenTelemetry Protocol](https://opentelemetry.io/docs/specs/otlp/) with the gRPC exporter and can be collected and routed to tracing backends using an [OpenTelemetry Collector](https://github.com/open-telemetry/opentelemetry-collector#-opentelemetry-collector).