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
The spec says the SDK should always create a span / Activity (even when it isn't being sampled) but we don't currently do that because we feel like the GC pressure will be too high.
Opening this issue primarily because I don't think this has been tracked anywhere.
The spec says the SDK should always create a span / Activity (even when it isn't being sampled) but we don't currently do that because we feel like the GC pressure will be too high.
Opening this issue primarily because I don't think this has been tracked anywhere.
We have this issue open in OpenTelemetry .NET: open-telemetry/opentelemetry-dotnet#3290
The spec says the SDK should always create a span /
Activity
(even when it isn't being sampled) but we don't currently do that because we feel like the GC pressure will be too high.Opening this issue primarily because I don't think this has been tracked anywhere.
Random ideas...
Activity
. I think the goal is different but perhaps something like that might help.Activity
to a sub-class which is only instantiated when needed to lower the footprint ofActivity
itself.Activity
instance may be kept around for a while before it is exported (batching)./cc @alanwest @cijothomas @utpilla
The text was updated successfully, but these errors were encountered: