-
Notifications
You must be signed in to change notification settings - Fork 160
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
programmatically exclude endpoints #358
Comments
Hi Sebastian, This is a nice idea actually 👍 Cheers! |
Hi, Will try. Can you point me to the module where you see this code living? |
Have a look at |
Hi, I know it's been a while but this may be helpful to other people. |
This should not be hard to do... in fact, it could be a nice first task for somebody who wants to join the project! |
It is great to be able to change the monitoring level in the ui. Having a lot of endpoints (that are e.g. generated by Flask-Admin), I do not want to monitor nor see those or even others I created manually in the dashboard overview. Thus I would like to see a feature where I could ignore endpoints completely and define this in code. E.g.
Or endpoint declarations after bind() will be hidden to the dashboard.
The text was updated successfully, but these errors were encountered: