mirror of
https://github.com/katanemo/plano.git
synced 2026-05-03 12:52:56 +02:00
fix DO pricing URL, model_providers name validation, cost_metrics demo endpoint
This commit is contained in:
parent
bd7afd911e
commit
bd335cd8bd
6 changed files with 74 additions and 60 deletions
|
|
@ -34,13 +34,12 @@ routing_preferences:
|
|||
prefer: fastest
|
||||
|
||||
model_metrics_sources:
|
||||
- type: digitalocean_pricing
|
||||
refresh_interval: 3600
|
||||
- type: cost_metrics
|
||||
url: http://localhost:8080/costs
|
||||
refresh_interval: 300
|
||||
|
||||
- type: prometheus_metrics
|
||||
url: http://localhost:9090
|
||||
query: model_latency_p95_seconds
|
||||
refresh_interval: 60
|
||||
|
||||
tracing:
|
||||
random_sampling: 100
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue