Class ObservabilityPipelineGenerateMetricsProcessor

The generate_datadog_metrics processor creates custom metrics from logs and sends them to Datadog. Metrics can be counters, gauges, or distributions and optionally grouped by log fields.

Hierarchy

  • ObservabilityPipelineGenerateMetricsProcessor

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
id: string

The unique identifier for this component. Used to reference this component in other parts of the pipeline.

include: string

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

inputs: string[]

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

Configuration for generating individual metrics.

The processor type. Always generate_datadog_metrics.

Generated using TypeDoc