chore: Revert "chore(telemetry): remove service_name entirely" (#1785)

Reverts meta-llama/llama-stack#1755 closes #1781
This commit is contained in:
ehhuang 2025-03-25 14:42:05 -07:00 committed by GitHub
parent 77ad120403
commit 2f38851751
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
33 changed files with 38 additions and 2 deletions

View file

@ -67,8 +67,7 @@ class TelemetryAdapter(TelemetryDatasetMixin, Telemetry):
resource = Resource.create(
{
# service name is always the same, use zero-width space to avoid clutter
ResourceAttributes.SERVICE_NAME: "",
ResourceAttributes.SERVICE_NAME: self.config.service_name,
}
)