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
338 339 340 |
# File 'lib/httpx/adapters/datadog.rb', line 338 def self.compatible? super && version >= MINIMUM_VERSION end |
.loaded? ⇒ Boolean
334 335 336 |
# File 'lib/httpx/adapters/datadog.rb', line 334 def self.loaded? defined?(::HTTPX::Request) end |
.version ⇒ Object
330 331 332 |
# File 'lib/httpx/adapters/datadog.rb', line 330 def self.version Gem.loaded_specs["httpx"] && Gem.loaded_specs["httpx"].version end |
Instance Method Details
#new_configuration ⇒ Object
342 343 344 |
# File 'lib/httpx/adapters/datadog.rb', line 342 def new_configuration Configuration::Settings.new end |
#patcher ⇒ Object
346 347 348 |
# File 'lib/httpx/adapters/datadog.rb', line 346 def patcher Patcher end |