mirror of
https://github.com/rustfs/rustfs.git
synced 2026-01-17 09:40:32 +00:00
12 lines
298 B
YAML
12 lines
298 B
YAML
global:
|
|
scrape_interval: 5s # 刮取间隔
|
|
|
|
scrape_configs:
|
|
- job_name: 'otel-collector'
|
|
static_configs:
|
|
- targets: ['otel-collector:8888'] # 从 Collector 刮取指标
|
|
- job_name: 'otel-metrics'
|
|
static_configs:
|
|
- targets: ['otel-collector:8889'] # 应用指标
|
|
|