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

This reverts commit b9fbfed216.
This commit is contained in:
ehhuang 2025-03-25 14:15:08 -07:00 committed by GitHub
parent 77ad120403
commit f5c17af64a
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,
}
)