We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7063e9 commit 56bcac4Copy full SHA for 56bcac4
numaprom/metrics/metrics.py
@@ -0,0 +1,6 @@
1
+import time
2
+
3
+from prometheus_client import start_http_server
4
5
+def start_metrics_server(port):
6
+ start_http_server(port)
0 commit comments