MicrometerHttpRequestExecutor fails to instrument with Apache HC 5.4 #5575
Labels
bug
A general bug
instrumentation
An issue that is related to instrumenting a component
module: micrometer-core
An issue that is related to our core module
Milestone
Our implementation overrode one of the two
execute
methods fromHttpRequestExecutor
. From Apache HC 5.4, it seems the other is the one that gets called, while the default implementation of the one we override delegates to the other. We can make our implementation more robust by overriding both and delegating one to the other similarly. This was discovered in failed tests for the pull request to upgrade to Apache HC 5.4 #5525The text was updated successfully, but these errors were encountered: