Tomasz Juchniewicz
Tomasz Juchniewicz
Some configuration is also manually configured in different project. See: https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/core/azure-core/src/main/resources/META-INF/native-image/com.azure/azure-core/native-image.properties#L4-L14 We could copy-paste configuration.
Fortunately standard `OTEL_EXPORTER_OTLP_HEADERS` variable works fine: ```bash export OTEL_EXPORTER_OTLP_HEADERS="Authorization=Bearer $TOKEN" ```
So we have two problems in this ticket: 1. `log-level` param is ignored 2. `--duration` 30 does not work
Due to old Jersey we can't use native images supported since 2.35. See: https://eclipse-ee4j.github.io/jersey.github.io/documentation/latest/graalvm-native-image.html