Skip to content

Commit

Permalink
extra_prometheus_metrics allow
Browse files Browse the repository at this point in the history
Signed-off-by: Praneeth Bedapudi <praneeth@bpraneeth.com>
  • Loading branch information
bedapudi6788 committed Mar 19, 2024
1 parent 3255570 commit 799bc7c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions recipes/echo/extra_prometheus_metrics.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
def get_prometheus_metrics():
return {
"test_metric": {
"type": "counter",
"help": "This is a test metric",
"value": 1
}
}

0 comments on commit 799bc7c

Please sign in to comment.