A metric query used to compute an insight value.

Hierarchy

  • GovernanceInsightMetricQuery

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

The query string.

reducer: string

How the query result series is reduced to a single value.

source: string

The data source the query runs against.

Generated using TypeDoc