Type alias ObservabilityPipelineQuotaProcessorOverflowAction

ObservabilityPipelineQuotaProcessorOverflowAction: typeof DROP | typeof NO_ACTION | typeof OVERFLOW_ROUTING | UnparsedObject

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.

Generated using TypeDoc