Method: Datadog::DI::Probe#max_capture_attribute_count
- Defined in:
- lib/datadog/di/probe.rb
#max_capture_attribute_count ⇒ Object (readonly)
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Configured maximum capture attribute count. Can be nil in which case the global default will be used.
99 100 101 |
# File 'lib/datadog/di/probe.rb', line 99 def max_capture_attribute_count @max_capture_attribute_count end |