1
1
Fork 0
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-05-23 04:36:06 +02:00

Add AUR monitoring documentation

This commit is contained in:
Jelle van der Waa 2021-05-15 17:18:06 +02:00
parent 74968ad75c
commit d6626844c0
No known key found for this signature in database
GPG Key ID: C06086337C50773E

View File

@ -69,3 +69,7 @@ The [Archive](https://archive.archlinux.org) and its mirrors defined in `archive
### Log monitoring
The Nginx access logs/systemd logs are indexed by loki. For non webserver hosts the `promtail` job, for hosts with nginx an extra access_log line needs to be added to log json output which can be scraped by promtail.
### AUR monitoring
Some fun statistics are scraped from aur.archlinux.org using `curl` and `hq` as there is no proper AUR prometheus endpoint as of yet. The statistics are the AUR packages and users and is retrieved every 5 minutes.