chore: full stack stability and migration fixes, plus react UI progress
This commit is contained in:
@@ -2,17 +2,9 @@ global:
|
||||
scrape_interval: 15s
|
||||
|
||||
scrape_configs:
|
||||
- job_name: 'madbase-worker'
|
||||
- job_name: 'madbase'
|
||||
static_configs:
|
||||
- targets: ['worker:8002']
|
||||
metrics_path: /metrics
|
||||
|
||||
- job_name: 'madbase-control'
|
||||
static_configs:
|
||||
- targets: ['control:8001']
|
||||
metrics_path: /metrics
|
||||
|
||||
- job_name: 'madbase-proxy'
|
||||
static_configs:
|
||||
- targets: ['proxy:8000']
|
||||
metrics_path: /metrics
|
||||
- targets:
|
||||
- 'worker:8002'
|
||||
- 'system:8001'
|
||||
- 'proxy:8000'
|
||||
|
||||
Reference in New Issue
Block a user