Type alias ObservabilityPipelineBufferOptionsWhenFull

ObservabilityPipelineBufferOptionsWhenFull: typeof BLOCK | typeof DROP_NEWEST | UnparsedObject

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

Generated using TypeDoc