mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-02 08:44:44 +00:00
config name
Signed-off-by: Adrian Cole <adrian.cole@elastic.co>
This commit is contained in:
parent
54bceb92da
commit
b7cf6bafae
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ class TelemetryConfig(BaseModel):
|
|||
)
|
||||
sinks: List[TelemetrySink] = Field(
|
||||
default=[TelemetrySink.CONSOLE, TelemetrySink.SQLITE],
|
||||
description="List of telemetry sinks to enable (possible values: jaeger, sqlite, console)",
|
||||
description="List of telemetry sinks to enable (possible values: otel, sqlite, console)",
|
||||
)
|
||||
sqlite_db_path: str = Field(
|
||||
default=(RUNTIME_BASE_DIR / "trace_store.db").as_posix(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue