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