remove old stacks
This commit is contained in:
11
prometheus.yml
Normal file
11
prometheus.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
global:
|
||||
scrape_interval: 10s
|
||||
|
||||
scrape_configs:
|
||||
- job_name: "prometheus"
|
||||
static_configs:
|
||||
- targets: ['localhost:9090']
|
||||
|
||||
- job_name: "packager"
|
||||
static_configs:
|
||||
- targets: ['host.docker.internal:3001']
|
||||
Reference in New Issue
Block a user