about summary refs log tree commit diff
path: root/prometheus.yml
diff options
context:
space:
mode:
authorEmile <hanemile@protonmail.com>2019-10-09 19:49:32 +0200
committerEmile <hanemile@protonmail.com>2019-10-09 19:49:32 +0200
commit3c5ea5c61d6d4ceaf3c852da9ebf4d2dfe9e59c0 (patch)
treecc28797bd82f5615fdc5f0cbcaec7572d0674c22 /prometheus.yml
parent7a01fad193f94b34ac7c4e10de82bd12047ca328 (diff)
added a prometheus file scraping the scoreboard
(http → https redirect temprarily disabled
Diffstat (limited to 'prometheus.yml')
-rw-r--r--prometheus.yml5
1 files changed, 5 insertions, 0 deletions
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']