Skip to content

Does Nats (c#) support open telemetry? #720

Answered by ColinSullivan1
LightVolk asked this question in Q&A
Discussion options

You must be logged in to vote

Unfortunately we do not have an Open Telemetry reference architecture for .NET today.

However, I'd suggest propagating spans / traces across headers as described here: https://stackoverflow.com/a/74477063.

At the time not.java and not.go was developed we were still developing headers, so we used the binary formatters. Since NATS supports headers today, I'd definitely suggest using headers as in the example above.

An open source C# wrapper/reference architecture for open tracing would be a contribution we would welcome!

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by LightVolk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #719 on November 30, 2022 18:14.