-
Notifications
You must be signed in to change notification settings - Fork 862
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
New Observability Features in AWS SDK for .NET #3368
Comments
Apologies if this is not the right place to ask, or if I’m too soon and this info is coming. I tried integrating the 3.7.400 version nuget packages with OpenTelemetry, but I have no idea how to hook this up. I tried TelemetryProvider however the TracerProvider between AWS and OpenTelemetry is different and couldn’t get it to work. Will there be any information coming how to integrate this with OpenTelemetry? |
Hi @michaeldimoudis, We are actively working on extending OpenTelemetry.Instrumentation.AWS package to support the new tracing and metrics capabilities introduced in AWS SDK version 3.7.400. Several PRs to add these new changes are currently in progress. In the meantime, you can use the current version of OpenTelemetry.Instrumentation.AWS package for integrating AWS services with OpenTelemetry. This package currently supports instrumentation for service operation spans and does not yet include metrics instrumentation. The upcoming changes will not alter the If you need any help with the integration or have any questions, feel free to ask! |
Thanks for the quick response @muhammad-othman! Sounds great! I'm already using And just for curiosity, will the work in extending that package include Semantic Conventions for Messaging Spans as listed here https://github.com/open-telemetry/semantic-conventions/blob/main/docs/messaging/messaging-spans.md#messaging-attributes such as |
Thank you @michaeldimoudis for your feedback! The upcoming changes focus on attributes that apply universally to all services. While these updates won't include service-specific attributes, we are considering adding such attributes, including those for messaging services, in future releases. |
Hi @michaeldimoudis, |
Observability Features in AWS SDK for .NET
We are excited to announce the release of the AWS SDK for .NET version 3.7.400, which contains significant observability enhancements. Our goal is to streamline the integration with OpenTelemetry, providing users with powerful tools to monitor, trace, and measure their applications' performance effectively. This initiative aims to offer a seamless experience, ensuring that users can gain deep insights into their applications with minimal configuration.
High Level Overview
We are currently working on the initial implementation and will share more detailed updates as we progress. In the meantime, we welcome your feedback and suggestions on how we can make this integration as beneficial and user-friendly as possible.
For more details and to track our progress, please check out the feature branch
And the merged PRs:
The text was updated successfully, but these errors were encountered: