Michael Yakobi
Michael Yakobi
Pyctuator is a tool for monitoring and controlling Flask applications using Spring Boot Admin's web UI. It allows setting the application's log level in real time, seeing metrics, checking DB...
See https://docs.spring.io/spring-boot/docs/current/reference/html/production-ready-features.html#production-ready-kubernetes-probes for how its done in spring-boot's actuator. In high level, pyctuator should support telling k8s when an application/service is ready to serve requests (i.e. readiness probe) and if...
So far Pyctuator's API was manually built to match the spring-boot-actuator API and therefore some deviation is expected (and accepted...). Please identify these deviations and prioritize fixing them by comparing...
When tests are running, the following warnings are logged - all of them are for test-code: ``` =============================== warnings summary =============================== tests/test_pyctuator_e2e.py: 72 warnings tests/test_spring_boot_admin_registration.py: 4 warnings /usr/local/lib/python3.9/asyncio/base_events.py:1460: DeprecationWarning: The...
Document how to run health-provider tests, and fix docker-compose and tests which failed due to newer Redis.