Method: DatadogAPIClient::V2::ObservabilityPipelineThrottleProcessor#threshold
- Defined in:
- lib/datadog_api_client/v2/models/observability_pipeline_throttle_processor.rb
#threshold ⇒ Object
the number of events allowed in a given time window. Events sent after the threshold has been reached, are dropped.
37 38 39 |
# File 'lib/datadog_api_client/v2/models/observability_pipeline_throttle_processor.rb', line 37 def threshold @threshold end |