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
Spring's Opentelemetry auto configuration seem to use application as a fall back value when the property spring.application.name is not set. As per Opentelemetry semantic convention, the default value when the app name is not available should be unknown_service.
Note: Micrometer also defaults to the value unknown_service. But when used with spring's auto configuration the resource is set to a different value.
The text was updated successfully, but these errors were encountered:
spring-boot/spring-boot-project/spring-boot-actuator-autoconfigure/src/main/java/org/springframework/boot/actuate/autoconfigure/opentelemetry/OpenTelemetryAutoConfiguration.java
Line 54 in 4bc63b5
Spring's Opentelemetry auto configuration seem to use
application
as a fall back value when the propertyspring.application.name
is not set. As per Opentelemetry semantic convention, the default value when the app name is not available should beunknown_service
.Note: Micrometer also defaults to the value
unknown_service
. But when used with spring's auto configuration the resource is set to a different value.The text was updated successfully, but these errors were encountered: