Skip to content

Commit

Permalink
Merge pull request #222 from lidofinance/fix/default-prometheus-prefix
Browse files Browse the repository at this point in the history
Fix/default prometheus prefix
  • Loading branch information
F4ever authored Jun 22, 2024
2 parents 302e1a8 + 8b6e2bc commit c92a9f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/variables.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@

# Metrics
PROMETHEUS_PORT = int(os.getenv('PROMETHEUS_PORT', '9000'))
PROMETHEUS_PREFIX = os.getenv('PROMETHEUS_PREFIX', 'depositor')
PROMETHEUS_PREFIX = os.getenv('PROMETHEUS_PREFIX', 'depositor_bot')
HEALTHCHECK_SERVER_PORT = int(os.getenv('HEALTHCHECK_SERVER_PORT', os.getenv('PULSE_SERVER_PORT', '9010')))
MAX_CYCLE_LIFETIME_IN_SECONDS = int(os.getenv('MAX_CYCLE_LIFETIME_IN_SECONDS', '1200'))

Expand Down

0 comments on commit c92a9f8

Please # to comment.