tech-djoin / go-prometheus

Go Prometheus is a package that allows you to integrate Prometheus, a popular open-source monitoring and alerting toolkit, into your Golang applications. Prometheus is widely used for monitoring various aspects of software systems, including metrics, time series data, and alerting.
MIT License
2 stars 0 forks source link

Add support for gofiber #1

Open ajipandean-w opened 1 year ago

Alitindrawan24 commented 1 year ago

Nice suggest my bro, and maybe it will be possible to make support for various go web frameworks?

ajipandean-w commented 1 year ago

Yes, but maybe we can go from conducting a mini-research to know which widely-used go web frameworks in the community. Since it will takes much effort supporting unpopular frameworks, except they beg for it or makes contribution here, lmao.

Alitindrawan24 commented 1 year ago

Yes, but maybe we can go from conducting a mini-research to know which widely-used go web frameworks in the community. Since it will takes much effort supporting unpopular frameworks, except they beg for it or makes contribution here, lmao.

Yes nice, by the way in release of v0.3.0, this package already support multiple framework/http library. You can see on wrapper folder.

Note: Readme.md not updated yet hehehe

ajipandean-w commented 1 year ago

Uuu, nice. I'll go check it later.