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
320 321 322 |
# File 'lib/httpx/adapters/datadog.rb', line 320 def self.compatible? super && version >= MINIMUM_VERSION end |
.loaded? ⇒ Boolean
316 317 318 |
# File 'lib/httpx/adapters/datadog.rb', line 316 def self.loaded? defined?(::HTTPX::Request) end |
.version ⇒ Object
312 313 314 |
# File 'lib/httpx/adapters/datadog.rb', line 312 def self.version Gem.loaded_specs["httpx"] && Gem.loaded_specs["httpx"].version end |
Instance Method Details
#new_configuration ⇒ Object
324 325 326 |
# File 'lib/httpx/adapters/datadog.rb', line 324 def new_configuration Configuration::Settings.new end |
#patcher ⇒ Object
328 329 330 |
# File 'lib/httpx/adapters/datadog.rb', line 328 def patcher Patcher end |