You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
from prometheus_flask_exporter.multiprocess import GunicornInternalPrometheusMetrics
metric_sender = GunicornInternalPrometheusMetrics.for_app_factory()
metric_sender.init_app(app)
However, when i check the metrics endpoint , i only get this output. No, metrics being captured ?
sh-5.1$ curl http://localhost:8000/metrics
# HELP flask_exporter_info Information about the Prometheus Flask exporter
# TYPE flask_exporter_info gauge
flask_exporter_info{version="0.23.1"} 1.0
I also tried adding in the config file, not sure if that is absolutely needed for the base metrices to work regardless
I tried the
factory
example for my flask appHowever, when i check the metrics endpoint , i only get this output. No, metrics being captured ?
I also tried adding in the config file, not sure if that is absolutely needed for the base metrices to work regardless
The text was updated successfully, but these errors were encountered: