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
Collect bounded stats collapse counters before the unbounded span registry
The span-metric registry holds one entry per instrumentation name and can
exceed the 1024-entry telemetry queue on its own. Draining it before the small,
fixed set of client-side stats collapse counters could fill the queue and
starve those counters indefinitely. Collect them first so they are always
emitted; the pre-read capacity guard still protects their delta baseline.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
0 commit comments