Fix OpenTelemetry Protocol hyperlink to point directly to OTLP specifications

pull/49526/head
Ruchi1499 2025-01-22 16:29:28 +05:30
parent 09364aed22
commit 6e5826ed31
1 changed files with 1 additions and 1 deletions

View File

@ -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).