SolarEdgeTech / pyctuator

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

Display db name from engine in DBHealthProvider #94

Closed mittal-umang closed 1 year ago

mittal-umang commented 1 year ago

Instead of the hardcoded value 'db' which comes as a response from the /health with DBHealthprovider can do dynamic value instead which gets picked up from the engine thats provided.

mittal-umang commented 1 year ago

Incorrect I miss understood this. Closing issue and PR