Files
fst_data_pipeline-feature-e…/infra/monitor/prometheus/prometheus.yml

21 lines
458 B
YAML
Raw Normal View History

2026-04-16 15:44:32 +08:00
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']