Module: HTTPX::Plugins::InternalTelemetry::NativeResolverMethods
- Defined in:
- lib/httpx/plugins/internal_telemetry.rb
Instance Method Summary collapse
Instance Method Details
#transition(nextstate) ⇒ Object
54 55 56 57 58 59 |
# File 'lib/httpx/plugins/internal_telemetry.rb', line 54 def transition(nextstate) state = @state val = super meter_elapsed_time("Resolver::Native: #{state} -> #{nextstate}") val end |