Alix

Results 4 comments of Alix

Seems weird, I retested my script and it worked until...

https://bugs.openjdk.org/browse/JDK-8229962 Adding ``` -Djdk.http.auth.tunneling.disabledSchemes="" -Djdk.http.auth.proxying.disabledSchemes="" ``` to your JVM OPTS should work. At least it did for me (using Cats+HttpClient)

Hey, I am currently trying something around this topic [here](https://github.com/AlixBa/opentelemetry-java-instrumentation/commit/ddc52ca7ba32869ab3841fbfe80fef7848da28f2). As I don't know anything about the javaagent, I'll gladly take any direction. As per the commit, I'd be happy...

@Neptunium1129 you should be able to use once activated ```java JdbcTelemetry.builder(otel).setCaptureQueryParameters(true).build() ``` or ``` -Dotel.instrumentation.jdbc.experimental.capture-query-parameters=true ```