Skip to content

Commit e5d6edf

Browse files
committed
Merge branch '3.5.x'
2 parents 0f3631b + 22781fc commit e5d6edf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@
4545
public class OpenTelemetryResourceAttributes {
4646

4747
/**
48-
* Default value for service name if {@code service.name} is not set.
48+
* Default value for service name. Used if {@code service.name} is not set and no name
49+
* can be deduced from the running application.
4950
*/
5051
private static final String DEFAULT_SERVICE_NAME = "unknown_service";
5152

0 commit comments

Comments
 (0)