| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
| HttpClientTracingHandler.class.getName(), | ||
| io.opentelemetry.javaagent.instrumentation.netty.v4_1.client | ||
| .HttpClientRequestTracingHandler.class | ||
| io.opentelemetry.javaagent.instrumentation.netty.v4_1.client.HttpClientTracingHandler |
There was a problem hiding this comment.
this was really hard to catch - this was basically always a copy-paste error but before now it didn't cause any trouble. On Spring webflux the HttpClientRequestTracingHandler has not been added at this point, but we should always have been adding this after the HttpClientTracingHandler anyways
Sorry, something went wrong.
There was a problem hiding this comment.
It caused the test to hang and would result in really odd hard to debug bahvior.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Description
Updates to OTEL 1.6
Testing
Please describe the tests that you ran to verify your changes. Please summarize what did you test and what needs to be tested e.g. deployed and tested helm chart locally.
Checklist:
Documentation
Make sure that you have documented corresponding changes in this repository or hypertrace docs repo if required.