Open amoscatelli opened 1 year ago
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 ?
Here : https://github.com/quarkiverse/quarkus-micrometer-registry/blob/53fa22d5090846fa888740faeeaf124ea8b000a5/micrometer-registry-otlp/runtime/src/main/java/io/quarkiverse/micrometer/registry/otlp/OtlpConfig.java#L73
But if OTEL_SERVICE_NAME is not set, it should fall back to ${quarkus.application.name}
@ebullient if you agree I can make a PR about this ...
Let me know Thank you
PRs are always welcome. ;)
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 ?