Skip to content

QueryType🔗

Defines the supported queryTypes.

Definition🔗

export enum QueryType {
    TIMESERIESLIST = "timeSeriesList",
    TIMESERIESQUERY = "timeSeriesQuery",
    SLO = "slo",
    ANNOTATION = "annotation",
    PROMQL = "promQL",
}