Sha256: ffc9c992eafed30b870b7bd2d2676a2dfe933e9375fcaa663e7342bd5548fe4a

Contents?: true

Size: 263 Bytes

Versions: 1

Compression:

Stored size: 263 Bytes

Contents

# frozen_string_literal: true

module SpartanAPM
  module Instrumentation
    class Typhoeus < Base
      def initialize
        @klass = ::Typhoeus::Hydra if defined?(::Typhoeus::Hydra)
        @name = :http
        @methods = [:run]
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
spartan_apm-0.0.0.rc1 lib/spartan_apm/instrumentation/typhoeus.rb