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
OtlpConfig automatically registers service.name from the env variable OTEL_SERVICE_NAME. If this env variable is not set, the SDK falls back to unknown_service.
In Spring Boot, we have spring.application.name, which we could fall back on.
The text was updated successfully, but these errors were encountered:
wilkinsona
changed the title
Use spring.application.name as service.name in OtlpConfig
Use spring.application.name as fallback for service.name in OtlpConfig
Sep 11, 2023
OtlpConfig
automatically registersservice.name
from the env variableOTEL_SERVICE_NAME
. If this env variable is not set, the SDK falls back tounknown_service
.In Spring Boot, we have
spring.application.name
, which we could fall back on.The text was updated successfully, but these errors were encountered: