Class: Datadog::Tracing::Contrib::HTTPX::Integration
- Inherits:
-
Object
- Object
- Datadog::Tracing::Contrib::HTTPX::Integration
- Includes:
- Contrib::Integration
- Defined in:
- lib/httpx/adapters/datadog.rb
Overview
Datadog Integration for HTTPX.
Constant Summary collapse
- MINIMUM_VERSION =
Gem::Version.new("0.10.2")
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.compatible? ⇒ Boolean
310 311 312 |
# File 'lib/httpx/adapters/datadog.rb', line 310 def self.compatible? super && version >= MINIMUM_VERSION end |
.loaded? ⇒ Boolean
306 307 308 |
# File 'lib/httpx/adapters/datadog.rb', line 306 def self.loaded? defined?(::HTTPX::Request) end |
.version ⇒ Object
302 303 304 |
# File 'lib/httpx/adapters/datadog.rb', line 302 def self.version Gem.loaded_specs["httpx"] && Gem.loaded_specs["httpx"].version end |
Instance Method Details
#new_configuration ⇒ Object
314 315 316 |
# File 'lib/httpx/adapters/datadog.rb', line 314 def new_configuration Configuration::Settings.new end |
#patcher ⇒ Object
318 319 320 |
# File 'lib/httpx/adapters/datadog.rb', line 318 def patcher Patcher end |