第一次
This commit is contained in:
20
infra/monitor/prometheus/prometheus.yml
Normal file
20
infra/monitor/prometheus/prometheus.yml
Normal file
@@ -0,0 +1,20 @@
|
||||
global:
|
||||
scrape_interval: 15s
|
||||
|
||||
scrape_configs:
|
||||
- job_name: 'rosbag_decoder-metrics'
|
||||
metrics_path: /metrics
|
||||
static_configs:
|
||||
- targets: ['10.0.210.6:8000']
|
||||
|
||||
- job_name: 'auto-labeling-metrics'
|
||||
scrape_interval: 10s
|
||||
metrics_path: /metrics
|
||||
static_configs:
|
||||
- targets: ['10.0.210.6:8001']
|
||||
|
||||
- job_name: 'ldgt-metrics'
|
||||
scrape_interval: 10s
|
||||
metrics_path: /metrics
|
||||
static_configs:
|
||||
- targets: ['10.0.210.8:8002']
|
||||
Reference in New Issue
Block a user