HTTP client observations miss uri keyvalue for "/" requests #29879
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
Affects: Spring Framework 6.0.4
Problem
After upgrading including
webflux
version 6.0.4, the URI tag from thehttp.client.requests
metrics are alwaysnone
when making web client calls.After the web client is called several times, the output from the
metrics/http.client.request
endpoint looks like thisSteps to reproduce
org.springframework.boot:spring-boot-starter-actuator
andio.micrometer:micrometer-registry-prometheus
dependencies.metrics/http.client.request
endpoint, look at the uri tag that has value "none"I created a simple demo project to reproduce the issue here.
The text was updated successfully, but these errors were encountered: