From 31d48219a18f0d2241c6471abeb34efac9e044e0 Mon Sep 17 00:00:00 2001 From: Rhys Bailey Date: Sun, 12 Feb 2023 23:09:48 +1100 Subject: [PATCH] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 161ca36..4e94ceb 100644 --- a/README.md +++ b/README.md @@ -4,12 +4,18 @@ This is a docker container that runs a Prometheus exporter for [Frigate](https:/ Tested with ghcr.io/blakeblackshear/frigate:0.12.0-beta6 docker image with a single Intel OpenVINO detector. +[Docker Hub](https://hub.docker.com/r/rhysbailey/prometheus-frigate-exporter) + +[GitHub](https://github.com/bairhys/prometheus-frigate-exporter) + +![Grafana](https://raw.githubusercontent.com/bairhys/prometheus-frigate-exporter/main/grafana-screenshot.png) + ## Run the exporter Modify the `FRIGATE_STATS_URL` environment variable below to point to your [Frigate API stats](https://docs.frigate.video/integrations/api#get-apistats). Then run the container: ```bash -docker run -d -p 9100:9100 -e "FRIGATE_STATS_URL=http://:5000/api/stats" --name prometheus_frigate_exporter prometheus_frigate_exporter +docker run -d -p 9100:9100 -e "FRIGATE_STATS_URL=http://:5000/api/stats" --name prometheus_frigate_exporter rhysbailey/prometheus-frigate-exporter ``` Metrics are available at http://localhost:9100/metrics \ No newline at end of file