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:
Sébastien Han 2025-06-02 10:05:42 +02:00
parent c7be73fb16
commit 365b896b38
No known key found for this signature in database
34 changed files with 35 additions and 35 deletions

View file

@ -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: