Module: OpenTelemetry::Instrumentation::Anthropic::Patches::PooledNetRequester
- Defined in:
- lib/opentelemetry/instrumentation/anthropic/patches/pooled_net_requester.rb
Instance Method Summary collapse
Instance Method Details
#execute(request) ⇒ Object
15 16 17 18 |
# File 'lib/opentelemetry/instrumentation/anthropic/patches/pooled_net_requester.rb', line 15 def execute(request) Fiber[OTEL_FIBER_KEY] = OpenTelemetry::Context.current super end |