From 01dd8cce00522c1a016966f026083052e5ad9446 Mon Sep 17 00:00:00 2001 From: Shekhar Luhar Date: Wed, 15 Apr 2026 14:52:41 +0530 Subject: [PATCH] Update tracing.md Adds Middleware to the list of OpenTelemetry-supported destinations in the documentation. Signed-off-by: Shekhar Luhar --- docs/guides/tracing.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/guides/tracing.md b/docs/guides/tracing.md index ead9291e34e..b48c09ce982 100644 --- a/docs/guides/tracing.md +++ b/docs/guides/tracing.md @@ -49,8 +49,9 @@ even if you plan to use the default values. In order to send traces, you will need to set up an OpenTelemetry Collector. The collector will be able to send traces to 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), -[Dash0](https://www.dash0.com/hub/integrations/int_opentelemetry-collector/overview) -[DataDog](https://docs.datadoghq.com/tracing/trace_collection/open_standards/otel_collector_datadog_exporter/) and +[Dash0](https://www.dash0.com/hub/integrations/int_opentelemetry-collector/overview), +[DataDog](https://docs.datadoghq.com/tracing/trace_collection/open_standards/otel_collector_datadog_exporter/), +[Middleware](https://docs.middleware.io/open-telemetry/otel-getting-started) and [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.