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
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-actuator-autoconfigure/src/main/java/org/springframework/boot/actuate/autoconfigure/opentelemetry/OpenTelemetryResourceAttributes.java
+14-3
Original file line number
Diff line number
Diff line change
@@ -86,7 +86,7 @@ public OpenTelemetryResourceAttributes(Environment environment, Map<String, Stri
86
86
* <p>
87
87
* Additionally, {@code spring.application.name} or {@code unknown_service} will be
88
88
* used as the default for {@code service.name}, and {@code spring.application.group}
89
-
* will serve as the default for {@code service.group}.
89
+
* will serve as the default for {@code service.group} and {@code service.namespace}.
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-actuator-autoconfigure/src/test/java/org/springframework/boot/actuate/autoconfigure/opentelemetry/OpenTelemetryAutoConfigurationTests.java
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-actuator-autoconfigure/src/test/java/org/springframework/boot/actuate/autoconfigure/opentelemetry/OpenTelemetryResourceAttributesTests.java
0 commit comments