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(dashboard): truncate all caller-controlled span fields, wire max-spans-per-trace, and close the untested retention gaps
Extends the truncation fix to http.path, http.host, and the span Name
(all three were still unbounded and the path was stored twice per span).
Wires TraceMaxSpansPerTrace through Config/MemoryProfile into the trace
store constructor, so the per-trace cap is finally reachable outside
tests. Adds an integration test that drives the real TracingMiddleware
and inspects the stored span, and a test pinning down that trace
retention keeps evicting even while a saturated trace makes every
insert on it fail.
0 commit comments