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
This is a good idea. I agree that http.path and http.method are good standard tags to include by default and the rest can be supported by user defined tags. Opentracing-go span.SetTag can be used to add the tags.
Background
The tracing information only contains http server and pipeline name as different span. It's hard to debug when it comes to more details.
Proposal
path
,method
to tags payload.The text was updated successfully, but these errors were encountered: