mirror of
https://github.com/bluenviron/mediamtx.git
synced 2025-12-25 12:32:01 -08:00
doc: update prometheus metrics endpoint
This commit is contained in:
parent
7fab9e5749
commit
a5a02ffe82
1 changed files with 1 additions and 1 deletions
|
|
@ -483,7 +483,7 @@ There are multiple ways to monitor the server usage over time:
|
|||
* A metrics exporter, compatible with Prometheus, can be enabled with the parameter `metrics: yes`; then the server can be queried for metrics with Prometheus or with a simple HTTP request:
|
||||
|
||||
```
|
||||
wget -qO- localhost:9998
|
||||
wget -qO- localhost:9998/metrics
|
||||
```
|
||||
|
||||
Obtaining:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue