Class ObservabilityPipelineGeneratedMetric

Defines a log-based custom metric, including its name, type, filter, value computation strategy, and optional grouping fields.

Hierarchy

  • ObservabilityPipelineGeneratedMetric

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
groupBy?: string[]

Optional fields used to group the metric series.

include: string

Datadog filter query to match logs for metric generation.

Type of metric to create.

name: string

Name of the custom metric to be created.

Specifies how the value of the generated metric is computed.

Generated using TypeDoc