Class: DatadogAPIClient::V2::ObservabilityPipelineQuotaProcessorOverflowAction

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

Overview

The action to take when the quota is exceeded. Options:

  • ‘drop`: Drop the event.

  • ‘no_action`: Let the event pass through.

  • ‘overflow_routing`: Route to an overflow destination.

Constant Summary collapse

DROP =
"drop".freeze
NO_ACTION =
"no_action".freeze
OVERFLOW_ROUTING =
"overflow_routing".freeze

Method Summary

Methods included from BaseEnumModel

included