about summary refs log tree commit diff
path: root/prometheus.yml
diff options
context:
space:
mode:
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']