Class: DatadogAPIClient::V2::ObservabilityPipelineBufferOptionsWhenFull
- Inherits:
-
Object
- Object
- DatadogAPIClient::V2::ObservabilityPipelineBufferOptionsWhenFull
- Includes:
- BaseEnumModel
- Defined in:
- lib/datadog_api_client/v2/models/observability_pipeline_buffer_options_when_full.rb
Overview
Behavior when the buffer is full (block and stop accepting new events, or drop new events)
Constant Summary collapse
- BLOCK =
"block".freeze
- DROP_NEWEST =
"drop_newest".freeze