Update tracing.md#7425
Conversation
Adds Middleware to the list of OpenTelemetry-supported destinations in the documentation. Signed-off-by: Shekhar Luhar <luharshekhar2000@gmail.com>
|
Hi @yeya24 , This is my first PR to Cortex. Can you or anyone from your team please review this and let me know if there are changes required. Thanks! |
|
This doc is about the otel collector, but the link you provided is about setting up instrumentation to send traces. I don't think it makes sense here. |
replaced tracing link with otel collector Signed-off-by: Shekhar Luhar <luharshekhar2000@gmail.com>
|
Hi @CharlieTLe , my bad!! I've updated the link. |
|
The links to the existing vendor examples are for configuring the upstream otel collector contrib. The link to middleware is for building a custom version of the collector since it's not yet available in the upstream version. I see that there is a note that that it will be available soon. I think we can add this once the exporter is available in the upstream version. |
|
Got it. I’ll revisit once the exporter is available in the upstream version. |
What this PR does: Adds Middleware to the list of OpenTelemetry-supported destinations in the documentation.