Support OTel in Transports #3533
Labels
0 - Backlog
feature request
.NET
Pull requests that update .net code
RC1
v10
Allocal to a v10 release
Is your feature request related to a problem? Please describe.
We now support clearer OTel throughout Brighter, see here. But the support is only in in-memory transports and needs to be rolled into the middleware transports.
Describe the solution you'd like
We should follow the semantic conventions for messaging. We already have a Span, but we need to write the relevant events to that Span within the transport. See Paramore.Brighter.InMemoryProducer for details.
We don't need this on the Consumer. Following the Semantic Conventions, we only begin a span on the receive.
The text was updated successfully, but these errors were encountered: