mirror of
https://github.com/ggerganov/llama.cpp.git
synced 2024-11-01 15:40:21 +01:00
10 lines
183 B
YAML
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']
|