QueryType
Defines the supported queryTypes.
Definition
type QueryType string
const (
QueryTypeTIMESERIESLIST QueryType = "timeSeriesList"
QueryTypeTIMESERIESQUERY QueryType = "timeSeriesQuery"
QueryTypeSLO QueryType = "slo"
QueryTypeANNOTATION QueryType = "annotation"
QueryTypePROMQL QueryType = "promQL"
)