Spring Web RestTemplate http.client.requests
Metrics No Longer Have client.name
Tag
#29839
Labels
in: web
Issues in web modules (web, webmvc, webflux, websocket)
theme: observability
An issue related to observability and tracing
type: enhancement
A general enhancement
Milestone
Affects: 6.0.3
Problem Description
Ever since Spring Framework 6, the
client.name
tag fromhttp.client.requests
metrics are missing.Steps to Reproduce
spring-boot-starter-actuator
andspring-boot-starter-web
dependenciesRestTemplate
/actuator/metrics/http.client.requests
endpoint and observe that theclient.name
tag is missingSanity Check
spring-boot-starter-actuator
andspring-boot-starter-web
dependenciesRestTemplate
/actuator/metrics/http.client.requests
endpoint and observe that theclient.name
tag is presentI've created a repository to help in reproducing the issue. Check out https://github.com/mchin7/actuator-missing-tag-demo
Sorry if this is issue is not a Spring Framework issue, any redirection to the correct project is highly appreciated!
The text was updated successfully, but these errors were encountered: