Skip to content

Commit

Permalink
add UWsgiPrometheusMetrics
Browse files Browse the repository at this point in the history
  • Loading branch information
jawadqur committed May 6, 2024
1 parent 82ce026 commit 5537abb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
metrics = UWsgiPrometheusMetrics(app, path=None)

# Serve metrics on port 9090
metrics.start_http_server(9090)
# metrics.start_http_server(9090)

parser = argparse.ArgumentParser()
parser.add_argument(
Expand Down

0 comments on commit 5537abb

Please sign in to comment.