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(trace-agent): adapt stats concentrator to libdatadog v32.0.0
libdatadog v32.0.0 dropped the Eq/Hash derives on TracerMetadata
(serializable-only), so it can no longer be used directly as a HashMap
key. Project the discriminating fields (tracer language, service name,
service env, service version, container id) into a new ConcentratorKey,
and store the originating Arc<TracerMetadata> alongside the
SpanConcentrator so flushed payloads still carry the full tracer
context.
0 commit comments