mirror of
https://github.com/dalbodeule/chibot-chzzk-bot.git
synced 2025-08-07 04:41:13 +00:00
[feature] metric related fixed. (3x)
- active streamer gauge connected the wrong variable.
This commit is contained in:
@@ -14,7 +14,7 @@ object Metrics {
|
||||
.register(registry)
|
||||
|
||||
var activeStreamer = 0.0
|
||||
val activateGauge: Gauge = Gauge.builder("active_streamer_gauge", this) { streamer }
|
||||
val activateGauge: Gauge = Gauge.builder("active_streamer_gauge", this) { activeStreamer }
|
||||
.description("Current Active Streamer Count")
|
||||
.register(registry)
|
||||
|
||||
|
Reference in New Issue
Block a user