HTTP URL KeyValue should provide entire request URL as a value #29257
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
Currently the
"http.url"
high cardinality KeyValue uses the Servlet requestgetPathInfo()
information as a value, which is often incomplete. We should instead use the entire request URL, even if it contains context information.The text was updated successfully, but these errors were encountered: