diff --git a/internal/collectors/exporter.go b/internal/collectors/exporter.go index f020b7b..500f8e1 100644 --- a/internal/collectors/exporter.go +++ b/internal/collectors/exporter.go @@ -83,7 +83,7 @@ func (e *Exporter) isLive(chId string) float64 { func newMetrics() *metrics { return &metrics{ IsLive: prometheus.NewDesc( - prometheus.BuildFQName(namespace, "", "isLive"), + prometheus.BuildFQName(namespace, "", "is_live"), "If Youtube channel live stream is broadcasting", []string{"channel_id"}, nil, ),