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-resources/library/src/main/java/io/opentelemetry/instrumentation/spring/resources/SpringBootServiceNameDetector.java
+3
Original file line number
Diff line number
Diff line change
@@ -45,6 +45,9 @@
45
45
* <li>Check for --spring.application.name program argument (not jvm arg) via ProcessHandle
46
46
* <li>Check for --spring.application.name program argument via sun.java.command system property
47
47
* </ul>
48
+
*
49
+
* <p>Note: should not be used inside a spring application, where the spring.application.name is
0 commit comments