Sha256: 171b422ec327b1d5c7c5130009e6ad79090f1c158e91ec1f6e0441ed557b326e

Contents?: true

Size: 375 Bytes

Versions: 2

Compression:

Stored size: 375 Bytes

Contents

module Datadog
  module Profiling
    module Collectors
      # Used to pace the rate of profiling samples based on the last observed time for a sample.
      # All of this module is implemented as native code.
      #
      # Methods prefixed with _native_ are implemented in `collectors_dynamic_sampling_rate.c`
      module DynamicSamplingRate
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ddtrace-1.10.1 lib/datadog/profiling/collectors/dynamic_sampling_rate.rb
ddtrace-1.10.0 lib/datadog/profiling/collectors/dynamic_sampling_rate.rb