opencensus-specs
opencensus-specs copied to clipboard
Span names of HTTP server and client should contain the HTTP method
Span names of HTTP server and client should contain the HTTP method. This has nice properties - fixed cardinality, defined meaning. It is at least as useful as the path.
/cc @adriancole
I would like to know what others think about this. Can we mark this as accepted and start implementation? I will wait few days and if no objections then I will mark this as accepted.
this was added in zipkin to accompany the http.route tag change. if helpful I can pull up the discussions. on export we likely would rewrite the name to include method if not done by default.