Skip to content

Commit

Permalink
Fix wrong gauge suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
schnapster committed Nov 10, 2024
1 parent 6341c54 commit a8b3c06
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public DiscordMetrics(final PrometheusRegistry registry) {


this.sessionStartLimitTotal = Gauge.builder()
.name("discord_session_start_limit_total")
.name("discord_session_start_limit")
.help("Maximum session start limit")
.register(registry);

Expand Down

0 comments on commit a8b3c06

Please sign in to comment.