Init a docs section for monitoring, document queue-runner-status and the prometheus metrics
This commit is contained in:
15
doc/manual/src/monitoring/README.md
Normal file
15
doc/manual/src/monitoring/README.md
Normal file
@ -0,0 +1,15 @@
|
||||
# Monitoring Hydra
|
||||
|
||||
## Webserver
|
||||
|
||||
The webserver exposes Prometheus metrics for the webserver itself at `/metrics`.
|
||||
|
||||
## Queue Runner
|
||||
|
||||
The queue runner's status is exposed at `/queue-runner-status`:
|
||||
|
||||
```console
|
||||
$ curl --header "Accept: application/json" http://localhost:63333/queue-runner-status
|
||||
... JSON payload ...
|
||||
```
|
||||
|
Reference in New Issue
Block a user