diff --git a/playbooks/files/chaosknoten/configs/grafana/docker_compose/prometheus.yml b/playbooks/files/chaosknoten/configs/grafana/docker_compose/prometheus.yml index 1236639..8ed7e52 100644 --- a/playbooks/files/chaosknoten/configs/grafana/docker_compose/prometheus.yml +++ b/playbooks/files/chaosknoten/configs/grafana/docker_compose/prometheus.yml @@ -46,3 +46,12 @@ scrape_configs: static_configs: - targets: - 185.161.129.132:9100 +- job_name: jitsi + honor_timestamps: true + scrape_interval: 5s + scrape_timeout: 1s + metrics_path: /metrics + scheme: http + static_configs: + - targets: + - jitsi.hamburg.ccc.de:9100