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: instrumentation/spring/spring-boot-autoconfigure/src/main/java/io/opentelemetry/instrumentation/spring/autoconfigure/resources/OtelResourceAutoConfiguration.java
Copy file name to clipboardExpand all lines: instrumentation/spring/spring-boot-autoconfigure/src/main/java/io/opentelemetry/instrumentation/spring/autoconfigure/resources/SpringResourceProvider.java
Copy file name to clipboardExpand all lines: instrumentation/spring/spring-boot-autoconfigure/src/test/java/io/opentelemetry/instrumentation/spring/autoconfigure/OpenTelemetryAutoConfigurationTest.java
Copy file name to clipboardExpand all lines: instrumentation/spring/spring-boot-resources/library/src/main/java/io/opentelemetry/instrumentation/spring/resources/SpringBootServiceNameDetector.java
+2-2
Original file line number
Diff line number
Diff line change
@@ -46,8 +46,8 @@
46
46
* <li>Check for --spring.application.name program argument via sun.java.command system property
47
47
* </ul>
48
48
*
49
-
* <p>Note: should not be used inside a spring application, where the spring.application.name is
50
-
* already available.
49
+
* <p>Note: The spring starter already includes provider in
Copy file name to clipboardExpand all lines: instrumentation/spring/spring-boot-resources/library/src/main/java/io/opentelemetry/instrumentation/spring/resources/SpringBootServiceVersionDetector.java
+4
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,10 @@
18
18
importjava.util.Properties;
19
19
importjava.util.logging.Logger;
20
20
21
+
/**
22
+
* Note: The spring starter already includes provider in
0 commit comments