Skip to content

Commit

Permalink
Create prometheus.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin7674 authored Apr 27, 2022
1 parent 7da4a63 commit 95c9446
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions prometheus.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
global:
scrape_interval: 60s
evaluation_interval: 60s

scrape_configs:
- job_name: prometheus
static_configs:
- targets: ['localhost:9090']
labels:
instance: prometheus

- job_name: node
static_configs:
- targets: ['localhost:9100']
labels:
instance: node

0 comments on commit 95c9446

Please sign in to comment.