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
For example, the current implementation of HTTP instrumentation package creates Spans with the name GET or POST, even though the specification says that HTTP {METHOD_NAME} should be used as Span name.
HTTP client spans SHOULD be using conservative, low cardinality names formed from the available parameters of an HTTP request, such as "HTTP {METHOD_NAME}"
The text was updated successfully, but these errors were encountered:
According to the OpenTelemetry specification HTTP spans MUST follow the overall guidelines for span names.
For example, the current implementation of HTTP instrumentation package creates Spans with the name GET or POST, even though the specification says that HTTP {METHOD_NAME} should be used as Span name.
The text was updated successfully, but these errors were encountered: