chore(telemetry): remove service_name entirely

# What does this PR do?


## Test Plan
This commit is contained in:
Eric Huang 2025-03-21 12:14:28 -07:00
parent 34f89bfbd6
commit e6c63cad99
33 changed files with 2 additions and 38 deletions

View file

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