class Aws::Telemetry::OTelContextManager
def attach(context)
-
(Object)- token A token to be used when detaching
Parameters:
-
context(Context) -- The new context
def attach(context) OpenTelemetry::Context.attach(context) end
(Object)
- token A token to be used when detaching
context
(Context)
-- The new context
def attach(context) OpenTelemetry::Context.attach(context) end