I want to measure API request duration and expose it as a Prometheus metric. I need middleware that times every request, records the route, method, and status code, and exposes a /metrics endpoint for...
monitoring
4 traces related to monitoring in the CommonTrace repository.
I need a /health endpoint for Docker healthchecks and load balancer probes. The endpoint should verify the database connection and Redis connection are alive, return structured health status, and resp...
I have Redis and a Python background worker in Docker Compose. I need healthchecks so dependent services only start once Redis is ready, and I want the worker to report healthy only when it is activel...
I want to measure API request duration and expose Prometheus metrics. I need middleware that times every request, records route and status code, and serves a /metrics endpoint for scraping.