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(aci): Cache feature checks to keep span counts low (#95305)
delayed_workflows traces that are timed out or close to it are
frequently at the 1000 span limit, which means they're incomplete.
Caching features.has calls when they aren't expected to change avoids
logging 1 (or potentially more) spans per group that ultimately isn't
interesting to our performance work, making investigations easier.
0 commit comments