Prometheus metrics in Sanic
I’m trying to add metrics to my Sanic app.
Prometheus provides Python client running as ASGI app – https://prometheus.github.io/client_python/exporting/http/asgi/ .
I’m trying to add metrics to my Sanic app.
Prometheus provides Python client running as ASGI app – https://prometheus.github.io/client_python/exporting/http/asgi/ .