You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was able to do some more tweaks to get the metrics to have a consistent job attribute by configuring just the telemetry attributes service.name without a service.namespace. I could then clone the demo dashboard and tell it to use the job label instead of the service_name label when filtering metrics and logs to show zilla logs and metrics along with the other services.
This issue still needs to be addressed based on how other OTEL SDKs export a service name and determine why we can use service.name and service.namespace to manipulate the job label and if that is the intended functionality.
Describe the bug
Setting the
service.namespace
andservice.name
attributes don't show up in with those names in the exporters.To Reproduce
Steps to reproduce the behavior:
curl http://localhost:7114/orders
service.name
shows up asjob
service.namespace
andservice.name
are configured they are joined with a/
Expected behavior
Configuring the
service.name
should show up asservice_name
on all of the metrics and logs.Additional context
The text was updated successfully, but these errors were encountered: