Merge branch '3.5.x'

This commit is contained in:
Phillip Webb
2025-10-31 09:30:54 -07:00
@@ -45,7 +45,8 @@ import org.springframework.util.StringUtils;
public class OpenTelemetryResourceAttributes {
/**
* Default value for service name if {@code service.name} is not set.
* Default value for service name. Used if {@code service.name} is not set and no name
* can be deduced from the running application.
*/
private static final String DEFAULT_SERVICE_NAME = "unknown_service";