influxdb-client-js

InfluxDB 2.0 JavaScript client

View the Project on GitHub influxdata/influxdb-client-js

Home > @influxdata/influxdb-client-apis > ThresholdCheck

ThresholdCheck type

Signature:

type ThresholdCheck = CheckBase & {
    type: 'threshold';
    thresholds?: Threshold[];
    every?: string;
    offset?: string;
    tags?: Array<{
        key?: string;
        value?: string;
    }>;
    statusMessageTemplate?: string;
};

References: CheckBase, Threshold