Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeny-stakewise committed Feb 3, 2025
1 parent e85d792 commit 47a6b8c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/common/metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,10 @@ def __init__(self) -> None:
labelnames=['network'],
)
self.stakeable_assets = Gauge(
'stakeable_assets', 'The amount of stakeable assets', namespace=settings.metrics_prefix
'stakeable_assets',
'The amount of stakeable assets',
namespace=settings.metrics_prefix,
labelnames=['network'],
)
self.unused_validator_keys = Gauge(
'unused_validator_keys',
Expand Down

0 comments on commit 47a6b8c

Please sign in to comment.