Skip to content

Commit

Permalink
Update prometheus.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Sayyiku committed Jul 11, 2023
1 parent 57dd846 commit 2e3ab0e
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions prometheus.yml
Expand Up @@ -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"]

0 comments on commit 2e3ab0e

Please sign in to comment.