Skip to content
Snippets Groups Projects
Commit 8bfaa174 authored by Kristian Klausen's avatar Kristian Klausen :tada:
Browse files

prometheus: Scrap Grafana ({monitoring,dashboards}.archlinux.org)

parent e053721f
No related branches found
No related tags found
1 merge request!414Put all /metrics endpoints behind auth + Scrap Hedgedoc + Grafana
......@@ -126,6 +126,13 @@ scrape_configs:
static_configs:
- targets: ['md.archlinux.org:443']
- job_name: grafana
scheme: https
authorization:
credentials: {{ vault_grafana_metrics_token }}
static_configs:
- targets: ['monitoring.archlinux.org:443', 'dashboards.archlinux.org:443']
{% for module in blackbox_targets.keys() %}
- job_name: 'blackbox_{{ module }}'
metrics_path: /probe
......
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