Browse Source

Merge branch '3.5.x'

pull/47903/head
Phillip Webb 2 months ago
parent
commit
e5d6edfa10
  1. 3
      module/spring-boot-opentelemetry/src/main/java/org/springframework/boot/opentelemetry/autoconfigure/OpenTelemetryResourceAttributes.java

3
module/spring-boot-opentelemetry/src/main/java/org/springframework/boot/opentelemetry/autoconfigure/OpenTelemetryResourceAttributes.java

@ -45,7 +45,8 @@ import org.springframework.util.StringUtils; @@ -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";

Loading…
Cancel
Save