A compute rule to compute metrics or timeseries

Hierarchy

  • LogsCompute

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

An aggregation function

interval?: string

The time buckets' size (only used for type=timeseries) Defaults to a resolution of 150 points

metric?: string

The metric to use

The type of compute

Generated using TypeDoc