open-telemetry / opentelemetry.io

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

MassTransit Messaging Library #4560

Closed KaydenMiller closed 4 weeks ago

KaydenMiller commented 1 month ago

The MassTransit library supports a large portion of the Open Telemetry tooling in .NET https://masstransit.io/documentation/configuration/observability#open-telemetry

Noticed on the https://opentelemetry.io/docs/languages/net/libraries/ page that you were looking for libraries that support OTEL.

svrnm commented 1 month ago

Thanks @KaydenMiller. This PR by @mgurrie should have added it to the list but I think there is a minor change missing to make this happen, let me check

svrnm commented 1 month ago
- name: MassTransit .NET client
  url: https://github.com/MassTransit/MassTransit
  docsUrl: https://masstransit.io/documentation/configuration/observability
  components: [.NET]
  oss: true
  native: true # <-- this line is missing

@KaydenMiller do you want to raise a PR for that (biggest hurdle is that you need to have the CLA signed via easyCLA)?

KaydenMiller commented 1 month ago

@svrnm I created a PR https://github.com/open-telemetry/opentelemetry.io/pull/4586 for this, let me know if there are any changes or updates that need to be made.