Skip to content

Commit

Permalink
Rename count guilds metric name.
Browse files Browse the repository at this point in the history
  • Loading branch information
PiekJ committed Dec 27, 2023
1 parent b9dfd53 commit 4145ef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/dev/joopie/jambot/config/ActuatorConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public Gauge countGuildConnectedToVoiceGauge(MeterRegistry registry, GuildMusicS
@Bean
public Gauge countGuilds(MeterRegistry registry, GuildMusicService guildMusicService) {
return Gauge.builder(
"red.jambot.guilds.active",
"red.jambot.guilds.connected",
guildMusicService,
GuildMusicService::countGuilds)
.register(registry);
Expand Down

0 comments on commit 4145ef0

Please sign in to comment.