Class ObservabilityPipelineQuotaProcessorOverride

Defines a custom quota limit that applies to specific log events based on matching field values.

Hierarchy

  • ObservabilityPipelineQuotaProcessorOverride

Constructors

Properties

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any

A list of field matchers used to apply a specific override. If an event matches all listed key-value pairs, the corresponding override limit is enforced.

The maximum amount of data or number of events allowed before the quota is enforced. Can be specified in bytes or events.

Generated using TypeDoc