init
This commit is contained in:
9
volumes/prometheus/prometheus.yaml
Normal file
9
volumes/prometheus/prometheus.yaml
Normal file
@@ -0,0 +1,9 @@
|
||||
scrape_configs:
|
||||
- job_name: 'app'
|
||||
scrape_interval: 3s
|
||||
static_configs:
|
||||
- targets: ['app:9100']
|
||||
- job_name: 'app_2'
|
||||
scrape_interval: 3s
|
||||
static_configs:
|
||||
- targets: ['app2:9200']
|
||||
Reference in New Issue
Block a user