You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
downloadthesource
$ make
$ makeinstallinyourrepo
$ otelgobuild
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
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
Checklist:
The text was updated successfully, but these errors were encountered: