You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, Spring Boot automatically registers Metrics Tags for the management.metrics.tags.* configuration properties.
Such values are applied to all outgoing metrics, thanks to a MeterFilter.
We should consider deprecating this property and replacing it with a new management.observations.keyvalues.*. This would apply properties as low cardinality KeyValues for all outgoing Observations (so, not just Metrics). This can be applied using a ObservationFilter bean, in a similar fashion.
The text was updated successfully, but these errors were encountered:
Currently, Spring Boot automatically registers Metrics Tags for the
management.metrics.tags.*
configuration properties.Such values are applied to all outgoing metrics, thanks to a
MeterFilter
.We should consider deprecating this property and replacing it with a new
management.observations.keyvalues.*
. This would apply properties as low cardinality KeyValues for all outgoing Observations (so, not just Metrics). This can be applied using aObservationFilter
bean, in a similar fashion.The text was updated successfully, but these errors were encountered: