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

Add Instrumentation for gofiber/fiber #843

Closed
10 tasks done
WLun001 opened this issue Jul 2, 2021 · 2 comments
Closed
10 tasks done

Add Instrumentation for gofiber/fiber #843

WLun001 opened this issue Jul 2, 2021 · 2 comments
Labels
area: instrumentation Related to an instrumentation package enhancement New feature or request
Milestone

Comments

@WLun001
Copy link

WLun001 commented Jul 2, 2021

Background

Package Link: https://github.com/gofiber/fiber

Proposed Solution

middlewares

Tracing

  • attributes:
    • semconv.NetAttributesFromHTTPRequest
    • semconv.EndUserAttributesFromHTTPRequest
    • semconv.HTTPServerAttributesFromHTTPRequest
    • semconv.HTTPAttributesFromHTTPStatusCode
    • semconv.SpanStatusFromHTTPStatusCode
  • events:
    • Incoming HTTP request

Prior Art

Tasks

  • Code complete:
    • Comprehensive unit tests.
    • End-to-end integration tests.
    • Tests all passing.
    • Instrumentation functionality verified.
  • Documented
  • Examples
    • Dockerfile file to build example application.
    • docker-compose.yml to run example in a docker environment to demonstrate instrumentation.
@WLun001 WLun001 added area: instrumentation Related to an instrumentation package enhancement New feature or request release:after-ga labels Jul 2, 2021
@WLun001
Copy link
Author

WLun001 commented Jul 11, 2021

working on it

@MrAlias
Copy link
Contributor

MrAlias commented Oct 14, 2021

In accordance with the new instrumentation policy hosting guidelines I'm closing this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: instrumentation Related to an instrumentation package enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants