Class: DatadogAPIClient::V2::ObservabilityPipelineMemoryBufferOptions

Inherits:
Object
  • Object
show all
Includes:
BaseGenericModel
Defined in:
lib/datadog_api_client/v2/models/observability_pipeline_memory_buffer_options.rb

Overview

Options for configuring a memory buffer by byte size.

Instance Attribute Summary collapse

Method Summary

Methods included from BaseGenericModel

included

Instance Attribute Details

#additional_propertiesObject

Returns the value of attribute additional_properties.



33
34
35
# File 'lib/datadog_api_client/v2/models/observability_pipeline_memory_buffer_options.rb', line 33

def additional_properties
  @additional_properties
end

#max_sizeObject

Maximum size of the memory buffer.



25
26
27
# File 'lib/datadog_api_client/v2/models/observability_pipeline_memory_buffer_options.rb', line 25

def max_size
  @max_size
end

#typeObject

The type of the buffer that will be configured, a memory buffer.



28
29
30
# File 'lib/datadog_api_client/v2/models/observability_pipeline_memory_buffer_options.rb', line 28

def type
  @type
end

#when_fullObject

Behavior when the buffer is full (block and stop accepting new events, or drop new events)



31
32
33
# File 'lib/datadog_api_client/v2/models/observability_pipeline_memory_buffer_options.rb', line 31

def when_full
  @when_full
end