Metrics are non conformant to semantic conventions #4501
Labels
area: instrumentation
Related to an instrumentation package
bug
Something isn't working
instrumentation: otelhttp
Description
Two of the metrics provided by the
otelhttp
package don't follow the semantic conventions. These metrics:http.server.response_content_length
which should be calledhttp.server.request.body.size
and be an histogram (see spec)http.server.request_content_length
which should be calledhttp.server.response.body.size
and be an histogram (see specExpected behavior
The
otelhttp
package (and all packages in this repo) should follow the semantic conventions.The text was updated successfully, but these errors were encountered: