diff --git a/refextract/app.py b/refextract/app.py index a0e1825..74b1ff1 100644 --- a/refextract/app.py +++ b/refextract/app.py @@ -109,7 +109,7 @@ def extract_references_from_file_url(args): if app.config.get('PROMETHEUS_ENABLE_EXPORTER_FLASK'): logging.info("Starting prometheus metrics exporter") - metrics = GunicornInternalPrometheusMetrics.for_app_factory(prefix=app.name) + metrics = GunicornInternalPrometheusMetrics.for_app_factory() metrics.init_app(app) if __name__ == "__main__":