From 2e3ab0e9609afb9f32b262fbeeb68589edfea193 Mon Sep 17 00:00:00 2001 From: Yuri <77047823+Sayyiku@users.noreply.github.com> Date: Tue, 11 Jul 2023 22:39:03 +0800 Subject: [PATCH] Update prometheus.yml --- prometheus.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/prometheus.yml b/prometheus.yml index 1c732dd..1ab17e3 100644 --- a/prometheus.yml +++ b/prometheus.yml @@ -10,3 +10,18 @@ scrape_configs: - job_name: "node" static_configs: - targets: ["node-exporter:9100"] + + - job_name: "cadvisor" + scrape_interval: 5s + static_configs: + - targets: ["your ip:8081"] + + - job_name: "AWS-SG" + scrape_interval: 5s + static_configs: + - targets: ["your ip:9100"] + + - job_name: "Spaceberg-20T" + scrape_interval: 5s + static_configs: + - targets: ["your ip:9100"]