Merge pull request #147 from ekimekim/chrusher-downloader-label-fix

fixed outdated "stream", "variant" in metric
pull/148/head
Mike Lang 5 years ago committed by GitHub
commit 5ed8cf0a33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -34,7 +34,7 @@ segment_duration_downloaded = prom.Counter(
"segment_duration_downloaded",
"Total duration of all segments partially or fully downloaded. "
"Note partial segments still count the full duration.",
["partial", "stream", "variant"],
["partial", "channel", "quality"],
)
latest_segment = prom.Gauge(

Loading…
Cancel
Save