spring-boot/spring-boot-project/spring-boot-actuator-autoconfigure
Brian Clozel 24f80154d4 Do not overwrite attributes in ClientObservationConventionAdapter
Prior to this commit, the `ClientObservationConventionAdapter` would
overwrite a request builder attribute. This would happen when the
request is not fully built when the observation starts. At that point,
the tags are built for long task timers, but not for the actual metric.
This effectively overrides the correct value of the URI template in the
builder.

This commit removes this builder update which was invalid in the first
place.

Fixes gh-40330
2024-04-12 16:31:02 +02:00
..
src Do not overwrite attributes in ClientObservationConventionAdapter 2024-04-12 16:31:02 +02:00
build.gradle Revert "Exclude unwanted javax.inject dependency from Data Couchbase" 2024-04-12 11:19:16 +01:00