diff --git a/custom/prometheus/prometheus.yml b/custom/prometheus/prometheus.yml index b9619f6..2dcda71 100644 --- a/custom/prometheus/prometheus.yml +++ b/custom/prometheus/prometheus.yml @@ -26,12 +26,15 @@ scrape_configs: static_configs: - targets: ['docker.host:9393'] - - job_name: node + - job_name: 'node' static_configs: - - targets: ['docker.host:9100'] - - # - job_name: dendrite + - targets: ['docker.host:9100'] + - job_name: 'gitea' + bearer_token: thesemetricsmaybepublic + static_configs: + - targets: ['https://git.ixvd.net'] + - job_name: 'blackbox' metrics_path: /probe params: