Skip to content

Commit

Permalink
Enable custom metrics
Browse files Browse the repository at this point in the history
Signed-off-by: Saravanan Balasubramanian <[email protected]>
  • Loading branch information
sarabala1979 authored and ab93 committed Nov 27, 2023
1 parent e7063e9 commit 56bcac4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions numaprom/metrics/metrics.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import time

from prometheus_client import start_http_server

def start_metrics_server(port):
start_http_server(port)

0 comments on commit 56bcac4

Please sign in to comment.