Sha256: 930683fecc3011d99ceaf4c1f0425e1a0dc9a4e3567ca6d48a9501c2dceb425a
Contents?: true
Size: 257 Bytes
Versions: 1
Compression:
Stored size: 257 Bytes
Contents
# frozen_string_literal: true module SpartanAPM module Instrumentation class HTTP < Base def initialize @klass = ::HTTP::Client if defined?(::HTTP::Client) @name = :http @methods = [:perform] 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/http.rb |