We should have a more prescriptive semantic conventions for HTTP server span naming. In a brief look at 3 different languages: node, python, and java, I found disparities:
Java: /hello
Python: /hello
Node: GET /hello
[additional data needed for other languages...please provide]
The spec does not provide enough prescriptive guidance on this issue at the moment, leading to a possibly confusing experience for end-users in a polyglot environment.
We should have a more prescriptive semantic conventions for HTTP server span naming. In a brief look at 3 different languages: node, python, and java, I found disparities:
Java:
/helloPython:
/helloNode:
GET /hello[additional data needed for other languages...please provide]
The spec does not provide enough prescriptive guidance on this issue at the moment, leading to a possibly confusing experience for end-users in a polyglot environment.