Sha256: 5673e2fd7cc7f7a62e7557ab311fe67f4b0ad11ac31364636a1699ae406430b5
Contents?: true
Size: 255 Bytes
Versions: 1
Compression:
Stored size: 255 Bytes
Contents
# frozen_string_literal: true module SpartanAPM module Instrumentation class Curb < Base def initialize @klass = ::Curl::Multi if defined?(::Curl::Multi) @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/curb.rb |