-
Hi, In my project Im trying to integrate Open Telemetry Spring Boot Starter 2.7.0. My project is using spring boot 3.3.2. I have integration test cases that are using RestTemplate exchange method with a Get Operation. After Including the Open Telemetry Spring Boot Started dependencies, those tests are now falling with the following error: "java.lang.IllegalArgumentException: method GET must not have a request body." This is thrown from "io.opentelemetry.instrumentation.spring.web.v3_1.RestTemplateInterceptor.intercep" |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
hi @sraveh! can you open an issue for this and include a repro that can be used to troubleshoot the issue? |
Beta Was this translation helpful? Give feedback.
hi @sraveh! can you open an issue for this and include a repro that can be used to troubleshoot the issue?