Update frigate/prometheus_exporter.py

Co-authored-by: Martin Weinelt <mweinelt@users.noreply.github.com>
This commit is contained in:
Mitch Ross 2023-02-28 17:56:44 -05:00 committed by GitHub
parent 9a398cd83b
commit a5e9935dab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -77,7 +77,7 @@ class CustomCollector:
add_metric(skipped_fps, k, d, "skipped_fps") add_metric(skipped_fps, k, d, "skipped_fps")
add_metric(detection_enabled, k, d, "detection_enabled") add_metric(detection_enabled, k, d, "detection_enabled")
yield ffmpeg_pid yield ffmpeg_up
yield capture_pid yield capture_pid
yield detect_pid yield detect_pid
yield camera_fps yield camera_fps