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
open-telemetry/opentelemetry-specification#1269 defines a required fallback for service.name of "unknown_service:#{process.executable.name}" or "unknown_service" if the executable name is not available.
open-telemetry/opentelemetry-specification#1269 defines a required fallback for
service.name
of"unknown_service:#{process.executable.name}"
or"unknown_service"
if the executable name is not available.We do not presently provide a default in the
Configurator
. The Jaeger exporter defaults to'unknown'
.We should implement the specified required fallback in
Configurator
and remove the default in the Jaeger exporter.The text was updated successfully, but these errors were encountered: