mirror of
https://github.com/meta-llama/llama-stack.git
synced 2026-01-03 04:42:16 +00:00
chore(telemetry): remove service_name entirely
# What does this PR do? ## Test Plan
This commit is contained in:
parent
34f89bfbd6
commit
e6c63cad99
33 changed files with 2 additions and 38 deletions
|
|
@ -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: "",
|
||||
}
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue