Skip to content

Commit

Permalink
chore: adding grafana config
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Paitrault <[email protected]>
  • Loading branch information
Freyskeyd committed Jul 3, 2023
1 parent 4fe92e3 commit 967b128
Show file tree
Hide file tree
Showing 3 changed files with 1,252 additions and 2 deletions.
19 changes: 19 additions & 0 deletions tools/config/prometheus/prometheus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,22 @@ scrape_configs:

static_configs:
- targets: ["cadvisor:8080"]

- job_name: "peers"

# Override the global default and scrape targets from this job every 5 seconds.
scrape_interval: 5s

static_configs:
- targets: [
'boot:3000',
'tools-peer-1:3000',
'tools-peer-2:3000',
'tools-peer-3:3000',
'tools-peer-4:3000',
'tools-peer-5:3000',
'tools-peer-6:3000',
'tools-peer-7:3000',
'tools-peer-8:3000',
'tools-peer-9:3000',
]
Loading

0 comments on commit 967b128

Please sign in to comment.