Skip to content

Commit

Permalink
Fix name (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
LucaBernstein authored May 22, 2022
1 parent 022b472 commit 386aa0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/health/monitoring.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ bc_bot_users_count %d
# HELP users_active_last Count of unique users by user ID active in the previous timeframe
# TYPE users_active_last gauge
users_active_last{timeframe="1d"} %d
users_active_last{timeframe="7d"} %d
bc_bot_users_active_last{timeframe="1d"} %d
bc_bot_users_active_last{timeframe="7d"} %d
# HELP bc_bot_cache_entries Count of cache entries per type
# TYPE bc_bot_cache_entries gauge
Expand Down

0 comments on commit 386aa0e

Please sign in to comment.