1global:
2  scrape_interval:     10s
3  external_labels:
4    llamacpp: 'server'
5
6scrape_configs:
7  - job_name: 'llama.cpp server'
8    static_configs:
9      - targets: ['localhost:8080']