Sha256: 530dc2656092439dcf0533b0dfc5d7ce99ed24a9c390bb2e83f0a7713098f926

Contents?: true

Size: 271 Bytes

Versions: 5

Compression:

Stored size: 271 Bytes

Contents

# frozen_string_literal: true

require_relative 'probes/sidekiq' if defined?(::Sidekiq)
require_relative 'probes/delayed_job' if defined?(::Delayed::Job)
require_relative 'probes/ruby_kafka' if defined?(::Kafka::Consumer)

module HttpHealthCheck
  module Probes; end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
http_health_check-0.5.0 lib/http_health_check/probes.rb
http_health_check-0.4.1 lib/http_health_check/probes.rb
http_health_check-0.4.0 lib/http_health_check/probes.rb
http_health_check-0.3.1 lib/http_health_check/probes.rb
http_health_check-0.3.0 lib/http_health_check/probes.rb