mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
Merge branch '3.5.x'
This commit is contained in:
+2
-1
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user