rycus86 / prometheus_flask_exporter

Prometheus exporter for Flask applications
https://pypi.python.org/pypi/prometheus-flask-exporter
MIT License
645 stars 161 forks source link

Metrics not exposed #180

Closed RaidanAlyssi closed 3 months ago

RaidanAlyssi commented 3 months ago

I get 404 when attempting to access /metrics, I'm able to access my api normally. I tried using metrics.start_http_server but that didn't help, same error.

Fixed, turns out it was an issue with my after_request method...