From a0539702349b10dc79fd0406755be028cd72bb44 Mon Sep 17 00:00:00 2001 From: Jeremy Wall Date: Mon, 6 Jul 2020 15:58:48 -0500 Subject: [PATCH] Add a prometheus config file --- prometheus/prometheus.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 prometheus/prometheus.yml diff --git a/prometheus/prometheus.yml b/prometheus/prometheus.yml new file mode 100644 index 0000000..60a9f77 --- /dev/null +++ b/prometheus/prometheus.yml @@ -0,0 +1,8 @@ +global: + scrape_interval: 1m + evaluation_interval: 1m +scrape_configs: +- job_name: home_net + scheme: http + static_configs: + - targets: ["host.docker.internal:8080"]