r/frigate-exporter: Deploy Prometheus exporter

Frigate exports useful statistics natively, but in a custom JSON format.
There is a [feature request][0] to add support for Prometheus format,
but it's mostly being ignored.  A community member has created a
standalone process that converts the JSON format into Prometheus format,
though, which we can use.

[0]: https://github.com/blakeblackshear/frigate/issues/2266
This commit is contained in:
2024-10-21 19:57:15 -05:00
parent 4ac79ba18d
commit ccf33f90e0
4 changed files with 71 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
- name: restart frigate-exporter
service:
name: frigate-exporter
state: restarted