Client observations URI template missing when using RestTemplateAdapter #31144
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
Uh oh!
There was an error while loading. Please reload this page.
Affects: 6.1
I think it would be better if RequestEntity was build with uriTemplate when available.
I was playing around with Http Interface, RestTemplate and metrics and could see that the URI was not showing properly in the metric. ex:
When building RequestEntity using uriTemplate it shows correctly. ex:
It seems that it was planned using uriTemplate #30117 (comment)
I'll try to work on this 😀
The text was updated successfully, but these errors were encountered: