You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are many use cases where we want to pass tags to all our spans based on enviroment parameters (e.g. instance id). They are static values and can perfectly fit in the tracer at bootstrap time.
There are many use cases where we want to pass tags to all our spans based on enviroment parameters (e.g. instance id). They are static values and can perfectly fit in the tracer at bootstrap time.
Zipkin-go does include this already: https://github.com/openzipkin/zipkin-go/blob/master/tracer.go#L17
cc @adriancole
The text was updated successfully, but these errors were encountered: