opencensus-specs icon indicating copy to clipboard operation
opencensus-specs copied to clipboard

Span names of HTTP server and client should contain the HTTP method

Open semistrict opened this issue 7 years ago • 3 comments

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.

semistrict avatar Mar 21 '18 18:03 semistrict

/cc @adriancole

rakyll avatar Mar 21 '18 19:03 rakyll

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.

bogdandrutu avatar Apr 06 '18 20:04 bogdandrutu

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.

codefromthecrypt avatar Apr 15 '18 00:04 codefromthecrypt