From 4c8c54b7f0b654a683b0aa983eb52fe786d2e7c7 Mon Sep 17 00:00:00 2001 From: giongto35 Date: Tue, 4 Jun 2019 01:59:50 +0800 Subject: [PATCH] Add prometheus yml --- prometheus.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 prometheus.yml diff --git a/prometheus.yml b/prometheus.yml new file mode 100644 index 00000000..67c20b42 --- /dev/null +++ b/prometheus.yml @@ -0,0 +1,6 @@ +scrape_configs: +- job_name: cloud-game + scrape_interval: 10s + static_configs: + - targets: + - localhost:9000