1
0

prometheus.yml 183 B

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