mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-17 11:22:35 +00:00
working telemetry v0
This commit is contained in:
parent
d790be28b3
commit
9cebac8a3c
10 changed files with 196 additions and 101 deletions
|
|
@ -8,5 +8,5 @@ from pydantic import BaseModel
|
|||
|
||||
|
||||
class OpenTelemetryConfig(BaseModel):
|
||||
jaeger_host: str = "localhost"
|
||||
jaeger_port: int = 6831
|
||||
otel_endpoint: str = "http://localhost:4318/v1/traces"
|
||||
service_name: str = "llama-stack"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue