The Python REST application should be able to expose metrics via a public endpoint using Prometheus.
As an application owner, I want to have visibility into several metrics:
- Count of requests per API route
- average, maximum, and minimum duration per route
- HTTP status codes per route
Use standard libraries to expose the metrics.
The Python REST application should be able to expose metrics via a public endpoint using Prometheus.
As an application owner, I want to have visibility into several metrics:
Use standard libraries to expose the metrics.