scout_apm v0.4.4 ScoutApm.ScopeStack

Internal to ScoutApm agent.

Used as a helper to track the current scope a layer is under, as we build up a trace.

This doesn’t have any way to pop, since it’s used in a recursive call, and coppies should just be tossed as the call stack finishes

Link to this section Summary

Link to this section Functions

Link to this function current_scope(list)
Link to this function layer_to_scope(layer)
Link to this function push_scope(stack, layer)