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 the http.server.request.duration metric. The unit has changed from milliseconds (ms) to seconds (s).
A list of deprecated attributes/metrics can be found here:
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: