Go to file
Rhys Bailey 2ca6e6613e Update Grafana dashboard model 2023-03-05 23:48:11 +11:00
.gitattributes Initial commit 2023-02-12 22:47:45 +11:00
Dockerfile Initial commit 2023-02-12 22:47:45 +11:00
README.md Update README.md 2023-02-12 23:09:48 +11:00
frigate_grafana_model.json Update Grafana dashboard model 2023-03-05 23:48:11 +11:00
grafana-screenshot.png Update Grafana dashboard model 2023-03-05 23:48:11 +11:00
prometheus_frigate_exporter.py add labels to cpu and memory process metrics allowing to filter process by camera or detector 2023-03-05 23:46:30 +11:00

README.md

Prometheus Frigate stats exporter

This is a docker container that runs a Prometheus exporter for Frigate stats.

Tested with ghcr.io/blakeblackshear/frigate:0.12.0-beta6 docker image with a single Intel OpenVINO detector.

Docker Hub

GitHub

Grafana

Run the exporter

Modify the FRIGATE_STATS_URL environment variable below to point to your Frigate API stats. Then run the container:

docker run -d -p 9100:9100 -e "FRIGATE_STATS_URL=http://<your-frigate-ip>:5000/api/stats" --name prometheus_frigate_exporter rhysbailey/prometheus-frigate-exporter

Metrics are available at http://localhost:9100/metrics