Skip to content

Commit

Permalink
hotfix: fix prometheus initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
dnjscksdn98 committed Apr 26, 2023
1 parent d6184c5 commit 334b7ed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rbclib/metric.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ def init_prometheus_exporter_on_relayer(

for chain in supported_chains:
""" add 2 when a REQUESTED is discovered. subtract 1 when the others are discovered. """
chain = chain.name.upper()
PrometheusExporterRelayer.INCOMPLETE_SCORE_GAUGE.labels(chain).set(0)

ignored = [
Expand Down

0 comments on commit 334b7ed

Please sign in to comment.