Sha256: 110466b4887931d7fb99c1d5b12803a590d80b25bc4413f0dc637b167ab00e40
Contents?: true
Size: 391 Bytes
Versions: 2
Compression:
Stored size: 391 Bytes
Contents
# typed: false 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.9.0 | lib/datadog/profiling/collectors/dynamic_sampling_rate.rb |
ddtrace-1.8.0 | lib/datadog/profiling/collectors/dynamic_sampling_rate.rb |