9 lines
183 B
YAML
9 lines
183 B
YAML
global:
|
|
scrape_interval: 5s
|
|
|
|
scrape_configs:
|
|
# LMCache metrics re-exposed by the OTel Collector
|
|
- job_name: lmcache
|
|
static_configs:
|
|
- targets: ["otel-collector:8889"]
|