Class ObservabilityPipelineAggregateProcessor

The aggregate processor combines metrics that share the same name and tags into a single metric over a configurable interval.

Supported pipeline types: metrics

Hierarchy

  • ObservabilityPipelineAggregateProcessor

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
displayName?: string

The display name for a component.

enabled: boolean

Indicates whether the processor is enabled.

id: string

The unique identifier for this component. Used in other parts of the pipeline to reference this component (for example, as the input to downstream components).

include: string

A Datadog search query used to determine which metrics this processor targets.

intervalSecs: number

The interval, in seconds, over which metrics are aggregated.

The aggregation mode applied to metrics that share the same name and tags within the interval.

The processor type. The value must be aggregate.

Generated using TypeDoc