Related to #13801 _This effects spring boot actuator and specifically it's metrics classes._ **Situation** I want to graph a count of calls made to a downstream api that returned a 4xx status code. It would be useful to have a tag on those metrics that would group the response codes appropriately. For example these groupings could be: - 1xx -> informational - 2xx -> success - 3xx -> redirection - 4xx -> client_error - 5xx -> server_error This tag has already been added to the web mvc metrics.