Init a docs section for monitoring, document queue-runner-status and the prometheus metrics

This commit is contained in:
Graham Christensen 2021-06-10 20:13:08 -04:00
parent 71453dd341
commit 5700c351e8
2 changed files with 16 additions and 0 deletions

View file

@ -4,6 +4,7 @@
- [Installation](installation.md) - [Installation](installation.md)
- [Creating and Managing Projects](projects.md) - [Creating and Managing Projects](projects.md)
- [Using the external API](api.md) - [Using the external API](api.md)
- [Monitoring Hydra](./monitoring/README.md)
----------- -----------
[About](about.md) [About](about.md)
[Hacking](hacking.md) [Hacking](hacking.md)

View 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 ...
```