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.
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.