Class: DatadogAPIClient::V2::ObservabilityPipelineBufferOptionsWhenFull

Inherits:
Object
  • Object
show all
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

Method Summary

Methods included from BaseEnumModel

included