Update open-telemetry-collector-jaeger.md

Signed-off-by: Newbe36524 <newbe36524@qq.com>
This commit is contained in:
Newbe36524 2024-03-13 17:21:14 +08:00 committed by newbe36524
parent 0465651e26
commit 91abd3e9e1
No known key found for this signature in database
GPG Key ID: CD08BDD1D9C34B2B
1 changed files with 0 additions and 1 deletions

View File

@ -4,7 +4,6 @@ title: "Using OpenTelemetry Collector to collect traces to send to Jaeger"
linkTitle: "Using the OpenTelemetry for Jaeger"
weight: 1200
description: "How to push trace events to Jaeger distributed tracing platform, using the OpenTelemetry Collector."
type: docs
---
While Dapr supports writing traces using OpenTelemetry (OTLP) and Zipkin protocols, Zipkin support for Jaeger has been deprecated in favor of OTLP. Although Jaeger supports OTLP directly, the recommended approach for production is to use the OpenTelemetry Collector to collect traces from Dapr and send them to Jaeger, allowing your application to quickly offload data and take advantage of features like retries, batching, and encryption. For more information, read the Open Telemetry Collector [documentation](https://opentelemetry.io/docs/collector/#when-to-use-a-collector).