mirror of
https://github.com/katanemo/plano.git
synced 2026-06-23 15:38:07 +02:00
address #891 review: inline otel attrs, correct port-in-use msg, clarify DO pricing is public, split obs/trace docs
This commit is contained in:
parent
d09fa97568
commit
9ee33a921f
4 changed files with 80 additions and 89 deletions
|
|
@ -63,7 +63,7 @@ def obs(port: int, host: str, capacity: int, refresh_ms: int) -> None:
|
|||
else:
|
||||
console.print(
|
||||
" [yellow]no pricing loaded[/] — "
|
||||
"[dim]set DIGITALOCEAN_TOKEN (DO Personal Access Token) to enable cost[/]"
|
||||
"[dim]cost column will be blank (DO catalog unreachable)[/]"
|
||||
)
|
||||
|
||||
store = LLMCallStore(capacity=capacity)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue