Class ObservabilityPipelineConfigProcessorGroup

A group of processors.

Hierarchy

  • ObservabilityPipelineConfigProcessorGroup

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
enabled: boolean

Whether this processor group is enabled.

id: string

The unique identifier for the processor group.

include: string

Conditional expression for when this processor group should execute.

inputs: string[]

A list of IDs for components whose output is used as the input for this processor group.

Processors applied sequentially within this group. Events flow through each processor in order.

Generated using TypeDoc