Skip to content

Commit

Permalink
fixed
Browse files Browse the repository at this point in the history
Signed-off-by: Saravanan Balasubramanian <[email protected]>
  • Loading branch information
sarabala1979 committed Aug 5, 2023
1 parent 266126d commit 1e50c93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion numaprom/metrics/_metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
)


def increase_redis_conn_error(vertex: str, status: str) -> None:
def increase_redis_conn_error(vertex: str) -> None:
global REDIS_CONN_ERROR_COUNT
REDIS_CONN_ERROR_COUNT.labels(vertex).inc()

Expand Down

0 comments on commit 1e50c93

Please sign in to comment.