mirror of
https://github.com/Warky-Devs/vecna.git
synced 2026-05-05 01:26:58 +00:00
feat: 🎉 Vectors na Vectors, the begining
Translate 1536 <-> 768 , 3072 <-> 2048
This commit is contained in:
9
prometheus.example.yml
Normal file
9
prometheus.example.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
global:
|
||||
scrape_interval: 15s
|
||||
|
||||
scrape_configs:
|
||||
- job_name: vecna
|
||||
static_configs:
|
||||
- targets: ["vecna:8080"]
|
||||
# bearer_token: sk-metrics-secret # uncomment if metrics.api_key is set
|
||||
metrics_path: /metrics
|
||||
Reference in New Issue
Block a user