Class ObservabilityPipelineGenerateMetricsV2Processor

The generate_metrics processor creates custom metrics from logs. Metrics can be counters, gauges, or distributions and optionally grouped by log fields. The generated metrics must be routed to a metrics destination using the input <processor-id>.metrics.

Supported pipeline types: logs

Hierarchy

  • ObservabilityPipelineGenerateMetricsV2Processor

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 to reference this component in other parts of the pipeline.

include?: string

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

Configuration for generating individual metrics.

The processor type. Always generate_metrics.

Generated using TypeDoc