Sha256: f7e10acb15cd62610e27996c871b61e65e6904a445fdf051a67a75dab8822004

Contents?: true

Size: 254 Bytes

Versions: 1

Compression:

Stored size: 254 Bytes

Contents

# frozen_string_literal: true

module SpartanAPM
  module Instrumentation
    class NetHTTP < Base
      def initialize
        @klass = ::Net::HTTP if defined?(::Net::HTTP)
        @name = :http
        @methods = [:request]
      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/net_http.rb