When using otel registry, OTEL_SERVICE_NAME should fall back to application name, if not provided in any other means.
If I don't specify OTEL_SERVICE_NAME I see this in NewRelic :

Instead I think this should behave like described in opentelemetry quarkus integration :
https://quarkus.io/guides/opentelemetry

What do you think ?