dotnet-sdk icon indicating copy to clipboard operation
dotnet-sdk copied to clipboard

How can I pass the Tags for Tracing ?

Open shobhitkasliwal-onbe opened this issue 3 years ago • 2 comments

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

shobhitkasliwal-onbe avatar Feb 08 '22 04:02 shobhitkasliwal-onbe

The .NET SDK utilizes the built in .NET tracing support via Activity. What methods are you trying to add custom annotations to?

halspang avatar Jul 20 '22 15:07 halspang

@shobhitkasliwal-onbe - Do you need anything else here?

halspang avatar Aug 29 '22 22:08 halspang