Skip to content
Snippets Groups Projects
Verified Commit 74757d6b authored by Jelle van der Waa's avatar Jelle van der Waa :construction:
Browse files

Scape aurweb metrics

parent 0739adbe
No related branches found
No related tags found
No related merge requests found
Pipeline #16062 passed
......@@ -6,6 +6,8 @@ prometheus_receive_only: false
prometheus_remote_write_relabel_configs:
- label: job
regex: debuginfod
- label: job
regex: aurweb
- label: __name__
regex: "archive_directory_size_bytes|archive_total_packages|rebuilderd_results|rebuilderd_workers|rebuilderd_queue_length|repository_directory_size_bytes|aur_.+"
......
......@@ -134,6 +134,11 @@ scrape_configs:
static_configs:
- targets: ['md.archlinux.org:443']
- job_name: aurweb
scheme: https
static_configs:
- targets: ['aur.archlinux.org:443']
- job_name: grafana
scheme: https
authorization:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment