Sha256: 1cc64fd9eec2bc4084ed998861a96d24c5f50b8853fd39f07625f30f0eb30381
Contents?: true
Size: 387 Bytes
Versions: 35
Compression:
Stored size: 387 Bytes
Contents
module Datadog module Contrib module Excon # Excon integration constants module Ext APP = 'excon'.freeze ENV_ANALYTICS_ENABLED = 'DD_EXCON_ANALYTICS_ENABLED'.freeze ENV_ANALYTICS_SAMPLE_RATE = 'DD_EXCON_ANALYTICS_SAMPLE_RATE'.freeze SERVICE_NAME = 'excon'.freeze SPAN_REQUEST = 'excon.request'.freeze end end end end
Version data entries
35 entries across 35 versions & 2 rubygems