mirror of
https://github.com/dalbodeule/chibot-chzzk-bot.git
synced 2025-08-08 05:11:12 +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)
|
.register(registry)
|
||||||
|
|
||||||
var activeStreamer = 0.0
|
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")
|
.description("Current Active Streamer Count")
|
||||||
.register(registry)
|
.register(registry)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user