From 329220f69446ce2742fce76241efce3bc40ba1be Mon Sep 17 00:00:00 2001 From: Luca BRUNO Date: Oct 29 2020 13:55:24 +0000 Subject: prometheus: fix fedora-coreos endpoints This updates all fedora-coreos endpoints in Prometheus config. --- diff --git a/prometheus/prometheus-config.yaml b/prometheus/prometheus-config.yaml index b8142d3..49fbfb6 100644 --- a/prometheus/prometheus-config.yaml +++ b/prometheus/prometheus-config.yaml @@ -25,16 +25,18 @@ scrape_configs: scheme: 'https' static_configs: - targets: ['bodhi.fedoraproject.org:443'] - - job_name: 'coreos' - # Override the global default and scrape targets from this job every 5 seconds. - scrape_interval: 5s + - job_name: 'fedora-coreos-cincinnati-gb' + scheme: 'https' + static_configs: + - targets: ['status.raw-updates.coreos.fedoraproject.org'] + - job_name: 'fedora-coreos-cincinnati-pe' scheme: 'https' static_configs: - targets: ['status.updates.coreos.fedoraproject.org'] - - job_name: 'zincati' - # Override the global default and scrape targets from this job every 5 seconds. - scrape_interval: 5s + - job_name: 'lbruno-fcos-31-zincati' scheme: 'https' - metrics_path: '/bridge?selector=zincati' static_configs: - - targets: ['fcos-metrics-31.lucabruno.net'] \ No newline at end of file + - targets: ['fcos-31-metrics-cdn.lucabruno.net'] + metrics_path: '/bridge' + params: + selector: ['zincati']