summaryrefslogtreecommitdiff
path: root/examples/server/bench/prometheus.yml
blob: b15ee52443fe810b0efac8d1b917437dadc321a6 (plain)
1
2
3
4
5
6
7
8
9
global:
  scrape_interval:     10s
  external_labels:
    llamacpp: 'server'

scrape_configs:
  - job_name: 'llama.cpp server'
    static_configs:
      - targets: ['localhost:8080']