From 97d4c3b4f2778ce450ca64a3eb9e3ea3e101c091 Mon Sep 17 00:00:00 2001 From: Fahad Saleh Date: Sun, 15 Dec 2024 16:41:04 -0500 Subject: [PATCH] docs: fix markdown link for other otel collectors Signed-off-by: Fahad Saleh --- docs/guides/tracing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/tracing.md b/docs/guides/tracing.md index 9aa5b27a72..485c22b428 100644 --- a/docs/guides/tracing.md +++ b/docs/guides/tracing.md @@ -50,7 +50,7 @@ In order to send traces, you will need to set up an OpenTelemetry Collector. The multiple destinations such as [AWS X-Ray](https://aws-otel.github.io/docs/getting-started/x-ray), [Google Cloud](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/exporter/googlecloudexporter), [DataDog](https://docs.datadoghq.com/tracing/trace_collection/open_standards/otel_collector_datadog_exporter/) and -[others(https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/exporter). OpenTelemetry Collector +[others](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/exporter). OpenTelemetry Collector provides a [helm chart](https://github.com/open-telemetry/opentelemetry-helm-charts/tree/main/charts/opentelemetry-collector/examples/deployment-otlp-traces) to set up the environment.