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

📝 [Proposal]: Monitor fiber with https://github.com/alibaba/opentelemetry-go-auto-instrumentation #3245

Open
3 tasks done
NameHaibinZhang opened this issue Dec 11, 2024 · 2 comments

Comments

@NameHaibinZhang
Copy link

Feature Proposal Description

Hi all, As we all know fiber is the best web framework in the golang ecosystem. But I found that fiber does not provide an integrated monitoring SDK. Our project(https://github.com/alibaba/opentelemetry-go-auto-instrumentation) allows tracing and metrics to be collected and reported on the fiber app without making changes to user code. I was wondering if it would be possible for me to add an observable subsection to the official documentation for this project that describes best practices for observing the fiber application. Thanks!

Our project is currently in the process of contributing to the OTeI community and has been approved by the OTeI community Go Maintainer.

Alignment with Express API

download the source
$ make
$ make install
in your repo
$ otel go build

HTTP RFC Standards Compliance

yes

API Stability

yes

Feature Examples

download the source
$ make
$ make install
in your repo
$ otel go build

Checklist:

  • I agree to follow Fiber's Code of Conduct.
  • I have searched for existing issues that describe my proposal before opening this one.
  • I understand that a proposal that does not meet these guidelines may be closed without explanation.
Copy link

welcome bot commented Dec 11, 2024

Thanks for opening your first issue here! 🎉 Be sure to follow the issue template! If you need help or want to chat with us, join us on Discord https://gofiber.io/discord

@gaby
Copy link
Member

gaby commented Dec 11, 2024

@NameHaibinZhang We have a contrib package that adds instrumentation to Fiber apps.

https://github.com/gofiber/contrib/tree/main/otelfiber

You could submit a recipe to https://github.com/gofiber/recipes

You can also submit an entry here: https://github.com/gofiber/awesome-fiber

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants