SolarEdgeTech / pyctuator

Monitor Python applications using Spring Boot Admin
Apache License 2.0
173 stars 17 forks source link

Pycturator should allow disabling specifc endpoints #105

Closed michaelyaakoby closed 8 months ago

michaelyaakoby commented 8 months ago

In order to disable pyctuator endpoints such as /pyctuator/httptraces, pyctuator now can be initialized with flags selecting endpoints that shouldn't be registered in SBA and should fail if queried (GET) directly.

Fixes #92

codecov-commenter commented 8 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (bb04e43) 95.27% compared to head (73c9b4d) 95.36%.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #105 +/- ## ========================================== + Coverage 95.27% 95.36% +0.09% ========================================== Files 29 30 +1 Lines 1184 1208 +24 ========================================== + Hits 1128 1152 +24 Misses 56 56 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.