Update the span name format for gin-gonic/gin
to the latest semconv
#7088
Labels
area: instrumentation
Related to an instrumentation package
enhancement
New feature or request
instrumentation: otelgin
Problem Statement
According to the latest semconv of http:
Currently the span name of
gin-gonic/gin
instrumetation is still http.route(or URL path) like following(instrumentation/github.com/gin-gonic/gin/otelgin/example
):Maybe we should update the span name format?
If needed I can submit a PR to fix that.
Proposed Solution
Add request method to span name.
Alternatives
A clear and concise description of any alternative solutions or features you've considered.
Prior Art
A clear and concise list of any similar and existing solutions from other projects that provide context to possible solutions.
Additional Context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: