🚀 [Feature]: Update otelfiber to use actual OpenTelemetry semantic conventions #1174
Open
3 tasks done
Labels
✏️ Feature
New feature or request
Feature Description
The current implementation of the
otelfiber
package uses outdated OpenTelemetry semantic conventions. Several naming conventions have changed, and the most critical update is related to thehttp.server.request.duration
metric. The unit has changed from milliseconds (ms) to seconds (s).A list of deprecated attributes/metrics can be found here:
Metric: http.server.request.duration
HTTP Deprecated Attributes
Network Deprecated Attributes
Additional Context (optional)
No response
Code Snippet (optional)
No response
Checklist:
The text was updated successfully, but these errors were encountered: