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
fix(instrumentation-redis-4): fix multi.exec() instrumentation for redis >=4.6.12 (open-telemetry#1904)
In [email protected] the behaviour of multi.exec() changed to *throw* a
MultiErrorReply if any of the commands errored out. The individual
command replies are available at 'err.replies', instead of as the
promise result. This adjusts the instrumentation to generate
spans as before: only setting SpanStatusCode.ERROR and calling
span.recordException for the individual commands that failed.
Fixes: open-telemetry#1874
Co-authored-by: Daniel Dyla <[email protected]>
0 commit comments