Update README.md
parent
ed6b9bd568
commit
3438e2d54f
10
README.md
10
README.md
|
@ -67,7 +67,7 @@ If you don't already have Prometheus set up to scrape the `prometheus-frigate-ex
|
||||||
prom/prometheus
|
prom/prometheus
|
||||||
```
|
```
|
||||||
|
|
||||||
To see if Prometheus is scraping the Frigate exporter, go to Prometheus targets page [http://<your-prometheus-ip>:9090/targets]() and look for `UP` for `prometheus_frigate_exporter` job.
|
To see if Prometheus is scraping the Frigate exporter, go to Prometheus targets page [http://<your-prometheus-ip>:9090/targets](http://<your-prometheus-ip>:9090/targets) and look for `UP` for `prometheus_frigate_exporter` job.
|
||||||
|
|
||||||
### Setup Grafana
|
### Setup Grafana
|
||||||
|
|
||||||
|
@ -83,14 +83,14 @@ If you don't already have Grafana set up,
|
||||||
grafana/grafana-oss
|
grafana/grafana-oss
|
||||||
```
|
```
|
||||||
|
|
||||||
- Go to Grafana [http://<your-grafana-ip>:3000]() (might take a few minutes first run). Use admin:admin to log in
|
- Go to Grafana [http://<your-grafana-ip>:3000](http://<your-grafana-ip>:3000) (might take a few minutes first run). Use admin:admin to log in
|
||||||
- Go to [http://<your-grafana-ip>:3000/datasources]()
|
- Go to [http://<your-grafana-ip>:3000/datasources](http://<your-grafana-ip>:3000/datasources)
|
||||||
- add Prometheus datasource
|
- add Prometheus datasource
|
||||||
- Set Prometheus URL `http://<your-prometheus-frigate-exporter-ip>:9090`
|
- Set Prometheus URL `http://<your-prometheus-frigate-exporter-ip>:9090`
|
||||||
- Click `Save and Test` to check if connected
|
- Click `Save and Test` to check if connected
|
||||||
- Go to [http://<your-grafana-ip>:3000/dashboards]()
|
- Go to [http://<your-grafana-ip>:3000/dashboards](http://<your-grafana-ip>:3000/dashboards)
|
||||||
- New -> Import
|
- New -> Import
|
||||||
- Enter in `Import via grafana.com`: `18226` (can be found at [Grafana Dashboard](https://grafana.com/grafana/dashboards/18226-frigate/)) and click Load
|
- Enter in `Import via grafana.com`: `18226` (id can be found at [Grafana Dashboard](https://grafana.com/grafana/dashboards/18226-frigate/)) and click Load
|
||||||
- Set the datasource as Prometheus instance set up before then click Import
|
- Set the datasource as Prometheus instance set up before then click Import
|
||||||
- Should now be able to see Frigate time series metrics in the Grafana dashboard
|
- Should now be able to see Frigate time series metrics in the Grafana dashboard
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue