Closed
Description
Currently HTTP observations are using the org.springframework.http.HttpStatus.Series
enum name to populate this information. Unfortunately this doesn't align with existing metrics instrumentation in Spring Boot, see Outcome.
We should introduce a shared HttpOutcome
class that replicates the behavior and is used in the default conventions.