RestClient instrumentation unnecessarily calls stop on a closed observation #33346
Labels
in: web
Issues in web modules (web, webmvc, webflux, websocket)
theme: observability
An issue related to observability and tracing
type: bug
A general bug
Milestone
When
RestClient
instruments reading the response body, it will trigger stop on an exception, which is already handled by closing theClientHttpResponse
. This results on multiple calls to stop.The text was updated successfully, but these errors were encountered: