Module: OpenTelemetry::Instrumentation::HttpClient::Patches::Client

Defined in:
lib/opentelemetry/instrumentation/http_client/patches/client.rb

Overview

Module to prepend to HTTPClient for instrumentation

Constant Summary collapse

HTTP_STATUS_SUCCESS_RANGE =

Constant for the HTTP status range

(100..399)