forked from lix-project/hydra
Init a docs section for monitoring, document queue-runner-status and the prometheus metrics
This commit is contained in:
parent
71453dd341
commit
5700c351e8
|
@ -4,6 +4,7 @@
|
|||
- [Installation](installation.md)
|
||||
- [Creating and Managing Projects](projects.md)
|
||||
- [Using the external API](api.md)
|
||||
- [Monitoring Hydra](./monitoring/README.md)
|
||||
-----------
|
||||
[About](about.md)
|
||||
[Hacking](hacking.md)
|
||||
|
|
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 ...
|
||||
```
|
||||
|
Loading…
Reference in a new issue