rebus-org / Rebus

:bus: Simple and lean service bus implementation for .NET
https://mookid.dk/category/rebus
Other
2.25k stars 353 forks source link

OpenTelemetry Support #1163

Open danilobreda opened 1 month ago

danilobreda commented 1 month ago

Implementing this integration will allow us to gain valuable insights into Tracing and Metrics of messages as they flow through your system.

Masstransit details: https://masstransit.io/documentation/configuration/observability#tracing

zlepper commented 1 week ago

Just a note, there is already an OTEL package for Rebus: https://github.com/rebus-org/Rebus.OpenTelemetry :)

Though I would be all for moving it in core now that Otel is becoming more and more standardized :)