Files
enginex-bi_150-llama.cpp/tools/server/bench/prometheus.yml
2026-01-23 11:34:20 +08:00

10 lines
183 B
YAML

global:
scrape_interval: 10s
external_labels:
llamacpp: 'server'
scrape_configs:
- job_name: 'llama.cpp server'
static_configs:
- targets: ['localhost:8080']