Opentelemetry-dotnet: Replace AddTag with SetTag

Created on 3 Sep 2020  路  3Comments  路  Source: open-telemetry/opentelemetry-dotnet

SetTag seems to be the way to go and we probably want to replace all AddTag calls in this repo?

https://github.com/open-telemetry/opentelemetry-dotnet/search?q=AddTag&unscoped_q=AddTag

bug

All 3 comments

@reyang , are u going to replace? or should I?

Feel free to take it.

@eddynaka Also check if we are retrieving Activity.Tags. It should be Activity.TagObjects

Was this page helpful?
0 / 5 - 0 ratings