dotnet-sdk
dotnet-sdk copied to clipboard
How can I pass the Tags for Tracing ?
Hello I am working on a .net application and using dapr .net sdk. I would like to add custom tags to the tracing info and would like to show that on zipkin UI. Can anyone please let me know how can I add the custom tags to tracing?
currently its showing dapr.api, dapr.protocol, dapr.status_code, messaging.destination, messaging.destination_kind, messaging.system and opencensus.status_description tags on zipkin ui.
Thanks
The .NET SDK utilizes the built in .NET tracing support via Activity. What methods are you trying to add custom annotations to?
@shobhitkasliwal-onbe - Do you need anything else here?