Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🚀 [Feature]: Update otelfiber to use actual OpenTelemetry semantic conventions #1174

Open
3 tasks done
RyabovNick opened this issue Sep 11, 2024 · 0 comments · May be fixed by #1175
Open
3 tasks done

🚀 [Feature]: Update otelfiber to use actual OpenTelemetry semantic conventions #1174

RyabovNick opened this issue Sep 11, 2024 · 0 comments · May be fixed by #1175
Labels
✏️ Feature New feature or request

Comments

@RyabovNick
Copy link

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 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:

Metric: http.server.request.duration

HTTP Deprecated Attributes

Network Deprecated Attributes

Additional Context (optional)

No response

Code Snippet (optional)

No response

Checklist:

  • I agree to follow Fiber's Code of Conduct.
  • I have checked for existing issues that describe my suggestion prior to opening this one.
  • I understand that improperly formatted feature requests may be closed without explanation.
@RyabovNick RyabovNick added the ✏️ Feature New feature or request label Sep 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✏️ Feature New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant