Sync from upstream llama.cpp repository
This commit is contained in:
9
tools/server/bench/prometheus.yml
Normal file
9
tools/server/bench/prometheus.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
global:
|
||||
scrape_interval: 10s
|
||||
external_labels:
|
||||
llamacpp: 'server'
|
||||
|
||||
scrape_configs:
|
||||
- job_name: 'llama.cpp server'
|
||||
static_configs:
|
||||
- targets: ['localhost:8080']
|
||||
Reference in New Issue
Block a user