Skip to content
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

Are there plans for instrumenting Azure Service Bus SDK? Can I help? #2413

Open
Leonardo-Ferreira opened this issue Dec 11, 2024 · 3 comments
Labels
enhancement New feature or request

Comments

@Leonardo-Ferreira
Copy link

Component

None

Is your feature request related to a problem?

I have a app that sends messages to Azure Service Bus and I would like it monitored "OOB"

What is the expected behavior?

Have the calls to service bus (AMQP mandatory) logged and "metrified" just like others

Which alternative solutions or features have you considered?

doing it manually

Additional context

No response

@Leonardo-Ferreira Leonardo-Ferreira added the enhancement New feature or request label Dec 11, 2024
@cijothomas
Copy link
Member

I believe all Azure SDKs are already instrumented natively. Anything in particular that is missing?

@Leonardo-Ferreira
Copy link
Author

im working on app that send messages to service bus and the cooms are not showing up on the dependencies... just bumped into this here though: https://devblogs.microsoft.com/azure-sdk/introducing-experimental-opentelemetry-support-in-the-azure-sdk-for-net/
apparently, you have to turn on a secret switch

@cijothomas
Copy link
Member

.AddSource("Azure.*") is needed for sure. I am not sure if the other "switch" is also needed (It was needed originally, but maybe it's no longer required!).

Okay to close this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants