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
io.opentelemetry.auto.bootstrap.instrumentation.decorator.HttpClientDecorator#onResponse currently sets client span status to either OK or UNKNOWN. One would expect that e.g. http status 404 will result in span status NOT_FOUND. Also 400 probably means INVALID_ARGUMENT etc.
I remember I saw somewhere some discussion about how http statuses should map to span statuses, but cannot find it at the moment.
The text was updated successfully, but these errors were encountered:
io.opentelemetry.auto.bootstrap.instrumentation.decorator.HttpClientDecorator#onResponse
currently sets client span status to eitherOK
orUNKNOWN
. One would expect that e.g. http status 404 will result in span statusNOT_FOUND
. Also 400 probably meansINVALID_ARGUMENT
etc.I remember I saw somewhere some discussion about how http statuses should map to span statuses, but cannot find it at the moment.
The text was updated successfully, but these errors were encountered: