mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-21 12:09:40 +00:00
revert: "chore: Remove zero-width space characters from OTEL service name env var defaults"
This reverts commit 4799e09f4d
.
The zero-width space is intentional.
Signed-off-by: Sébastien Han <seb@redhat.com>
This commit is contained in:
parent
c7be73fb16
commit
365b896b38
34 changed files with 35 additions and 35 deletions
|
@ -52,7 +52,7 @@ providers:
|
|||
- provider_id: meta-reference
|
||||
provider_type: inline::meta-reference
|
||||
config:
|
||||
service_name: ${env.OTEL_SERVICE_NAME:}
|
||||
service_name: "${env.OTEL_SERVICE_NAME:\u200B}"
|
||||
sinks: ${env.TELEMETRY_SINKS:console,sqlite}
|
||||
sqlite_db_path: ${env.SQLITE_STORE_DIR:~/.llama/distributions/vllm-gpu}/trace_store.db
|
||||
eval:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue