Sha256: 6710a3bdfbd17378fcd2c9735e3be5fda2e1f78e4e7764eb0401e0f5e4013592

Contents?: true

Size: 268 Bytes

Versions: 1

Compression:

Stored size: 268 Bytes

Contents

# frozen_string_literal: true

module SpartanAPM
  module Instrumentation
    class Excon < Base
      def initialize
        @klass = ::Excon::Connection if defined?(::Excon::Connection)
        @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/excon.rb