Setting HTTP Client Spans to "Status: Error" for 4xx/5xx Responses
Is it possible to make http client spans have a top level attribute
Status: Error? Currently my requests that return statuses 4xx and 5xx have top level attributes with Status: Ok even though they for example have a span attribute with http.response.status_code: 500.