-
Notifications
You must be signed in to change notification settings - Fork 480
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to add instrumentation of Redis & RabbitMQ #1342
Comments
I suppose that the question is related to .NET (based on #1343). What do you mean by adding Redis and RabbitMQ instrumentations? It will be great if you can share
from the solution where you expect Redis/RabbitMQ instrumentation and there is no spans for it. |
No it's not related please help how to add Redis & RabbitMQ instrumentation to the opentelemetry-operator? |
Operator v0.66.0 or v0.61.0 Appreciate your help. |
What client libraries (together with versions) are you using for Redis & RabbitMQ? Maybe they are not supported? Check https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/blob/v0.5.0/docs/config.md#traces-instrumentations |
Redis - StackExchange.Redis |
|
Ref link for RabbitMQ rabbitmq/rabbitmq-dotnet-client#776 |
I try to avoid to write code, all idea is to config the operator to trace automatically all, same behavior like sqlClient... |
Operator is using OpenTelemetry .NET Automatic Instrumentation under the hood. I suppose that is it not related to operator if any instrumentation is working for you. For now, we are not able to propose you any solution for RabbitMQ. It has to be implemented on the RabbitMQ side or we will have to add bytecode instrumentation for this library in Automatic Instrumentation project.
|
I am closing this request is not related to the operator codebase. Please open a ticket against https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation to support additional instrumentations. |
How to add instrumentation of Redis & RabbitMQ by using opentelemetry-operator?
Operator v0.66.0 or v0.61.0
.NET version 6
Redis - StackExchange.Redis
RabbitMQ - RabbitMQ.Client 4.0.30319
The text was updated successfully, but these errors were encountered: