Is your feature request related to a problem? Please describe.
We use opentelemetry-java in our platform and since #2995 all the services that start before the opentelemetry collector generate an ERROR log because the collector is not available yet:
https://github.com/open-telemetry/opentelemetry-java/blob/main/exporters/otlp/all/src/main/java/io/opentelemetry/exporter/otlp/internal/GrpcExporter.java#L100
Describe the solution you'd like
Describe alternatives you've considered
Additional context
We're using opentelemetry-java 1.63.0
Is your feature request related to a problem? Please describe.
We use opentelemetry-java in our platform and since #2995 all the services that start before the opentelemetry collector generate an ERROR log because the collector is not available yet:
https://github.com/open-telemetry/opentelemetry-java/blob/main/exporters/otlp/all/src/main/java/io/opentelemetry/exporter/otlp/internal/GrpcExporter.java#L100
Describe the solution you'd like
Describe alternatives you've considered
Additional context
We're using opentelemetry-java 1.63.0