Class FormulaAndFunctionProcessQueryDefinition

Process query using formulas and functions.

Hierarchy

  • FormulaAndFunctionProcessQueryDefinition

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

The aggregation methods available for metrics queries.

crossOrgUuids?: string[]

The source organization UUID for cross organization queries. Feature in Private Beta.

Data sources that rely on the process backend.

isNormalizedCpu?: boolean

Whether to normalize the CPU percentages.

limit?: number

Number of hits to return.

metric: string

Process metric name.

name: string

Name of query for use in formulas.

Direction of sort.

tagFilters?: string[]

An array of tags to filter by.

textFilter?: string

Text to use as filter.

Generated using TypeDoc