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
OtlpConfig automatically registers service.name from the env variable OTEL_SERVICE_NAME. If this env variable is not set, the SDK falls back to unknown_service.
In Spring Boot, we have spring.application.name, which we could fall back on.