mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-29 11:48:47 +00:00
refactor: Remove SQLITE_DB_PATH
This commit modifies the `sqlite_db_path` in various telemetry configuration files to use the environment variable `SQLITE_STORE_DIR` instead of `SQLITE_DB_PATH`. This change ensures that _only_ the SQLITE_STORE_DIR needs to be set to point to a different persistence location for providers.
This commit is contained in:
parent
934446ddb4
commit
36373e44f2
35 changed files with 36 additions and 36 deletions
|
|
@ -73,7 +73,7 @@ providers:
|
|||
config:
|
||||
service_name: "${env.OTEL_SERVICE_NAME:\u200B}"
|
||||
sinks: ${env.TELEMETRY_SINKS:console,sqlite}
|
||||
sqlite_db_path: ${env.SQLITE_DB_PATH:~/.llama/distributions/dev/trace_store.db}
|
||||
sqlite_db_path: ${env.SQLITE_STORE_DIR:~/.llama/distributions/dev}/trace_store.db
|
||||
eval:
|
||||
- provider_id: meta-reference
|
||||
provider_type: inline::meta-reference
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue