Module: TraceViz::Context
- Defined in:
- lib/trace_viz/context.rb,
lib/trace_viz/context/map.rb,
lib/trace_viz/context/manager.rb,
lib/trace_viz/context/registry.rb,
lib/trace_viz/context/base_context.rb,
lib/trace_viz/context/config_context.rb,
lib/trace_viz/context/tracking/depth.rb,
lib/trace_viz/context/tracking_context.rb,
lib/trace_viz/context/tracking/active_calls.rb
Defined Under Namespace
Modules: Tracking Classes: BaseContext, ConfigContext, Manager, Map, Registry, TrackingContext
Class Method Summary collapse
Class Method Details
.for(key) ⇒ Object
8 9 10 |
# File 'lib/trace_viz/context.rb', line 8 def for(key) Manager.fetch_context(key) end |