iyashjayesh / monigo

MoniGo is a performance monitoring library for Go apps, offering real-time insights into service-level and function-level metrics. With an intuitive UI, it enables developers to track and optimize performance. Get your Go app's dashboard up in just 10 seconds!
https://pkg.go.dev/github.com/iyashjayesh/monigo
Apache License 2.0
240 stars 10 forks source link

Add handler(s) to attach dashboard to developer's own mutex (router) #14

Open manson opened 2 months ago

manson commented 2 months ago

This is for having application native routes (without separate server's port) to be integral part of the user's application, and to use application's authorization system. In this case dashboard may not have it's own auth system as it is now.

QUDUSKUNLE commented 2 months ago

Would appreciate this feature.