spring-framework/spring-web
Brian Clozel 767f59a3ae Make client.name low cardinality keyvalue for client observations
Prior to this commit, the `"client.name"` key value for the
`"http.client.requests"` client HTTP observations would be considered as
high cardinality, as the URI host is technically unbounded.
In practice, the number of hosts used by a client in a given application
can be considered as low cardinality. This commit moves this keyvalue to
low cardinality so that it's present for both metrics and traces.

Closes gh-29839
2023-01-25 20:51:15 +01:00
..
src Make client.name low cardinality keyvalue for client observations 2023-01-25 20:51:15 +01:00
spring-web.gradle Introduce CoWebFilter 2023-01-16 15:45:08 +01:00