Class ObservabilityPipelineGeneratedMetricIncrementByField

Strategy that increments a generated metric based on the value of a log field.

Hierarchy

  • ObservabilityPipelineGeneratedMetricIncrementByField

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

Name of the log field containing the numeric value to increment the metric by.

Uses a numeric field in the log event as the metric increment.

Generated using TypeDoc