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 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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: