From 3c5ea5c61d6d4ceaf3c852da9ebf4d2dfe9e59c0 Mon Sep 17 00:00:00 2001 From: Emile Date: Wed, 9 Oct 2019 19:49:32 +0200 Subject: added a prometheus file scraping the scoreboard MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (http → https redirect temprarily disabled --- prometheus.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 prometheus.yml (limited to 'prometheus.yml') diff --git a/prometheus.yml b/prometheus.yml new file mode 100644 index 0000000..c7067c3 --- /dev/null +++ b/prometheus.yml @@ -0,0 +1,5 @@ +scrape_configs: + - job_name: 'scoreboard' + scrape_interval: 5s + static_configs: + - targets: ['scoreboard:8080'] -- cgit 1.4.1