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

prometheus: Scrap Hedgedoc (md.archlinux.org)

parent 9360faf7
No related branches found
No related tags found
1 merge request!414Put all /metrics endpoints behind auth + Scrap Hedgedoc + Grafana
......@@ -119,6 +119,13 @@ scrape_configs:
{% endfor %}
- job_name: hedgedoc
scheme: https
authorization:
credentials: {{ vault_hedgedoc_metrics_token }}
static_configs:
- targets: ['md.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