mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-02-18 00:16:41 +01:00
Use /api/metrics instead of /metrics (#16425)
This commit is contained in:
parent
81a56549da
commit
1f89844c67
@ -5,7 +5,7 @@ title: Metrics
|
||||
|
||||
# Metrics
|
||||
|
||||
Frigate exposes Prometheus metrics at the `/metrics` endpoint that can be used to monitor the performance and health of your Frigate instance.
|
||||
Frigate exposes Prometheus metrics at the `/api/metrics` endpoint that can be used to monitor the performance and health of your Frigate instance.
|
||||
|
||||
## Available Metrics
|
||||
|
||||
@ -49,7 +49,7 @@ To scrape metrics from Frigate, add the following to your Prometheus configurati
|
||||
```yaml
|
||||
scrape_configs:
|
||||
- job_name: 'frigate'
|
||||
metrics_path: '/metrics'
|
||||
metrics_path: '/api/metrics'
|
||||
static_configs:
|
||||
- targets: ['frigate:5000']
|
||||
scrape_interval: 15s
|
||||
|
Loading…
Reference in New Issue
Block a user