open-telemetry / opentelemetry.io

The OpenTelemetry website and documentation
https://opentelemetry.io
Creative Commons Attribution 4.0 International
538 stars 1.19k forks source link

Native libraries list #3896

Closed cijothomas closed 1 month ago

cijothomas commented 9 months ago

https://opentelemetry.io/docs/languages/net/libraries/#use-natively-instrumented-libraries This is asking for list of any such libraries: here's some:

Azure SDKs. https://devblogs.microsoft.com/azure-sdk/introducing-experimental-opentelemetry-support-in-the-azure-sdk-for-net/

MassTransit .NET client: https://masstransit.io/documentation/configuration/observability

I can also add HttpClient, and Asp.Net Core as they produce logs and metrics (but not yet traces - traces are produced but without much attributes).

svrnm commented 9 months ago

Love it, thank you for sharing!

svrnm commented 6 months ago

Labeling this as good first issue, since it has clear instructions: take a look at the items listed here and add them to

https://opentelemetry.io/ecosystem/integrations/

mgurrie commented 6 months ago

I am working on this and submitting a pr soon.

tiffany76 commented 1 month ago

Fixed by #4337