# Functions
ParseFileToGrafanaQueries parses a JSON queries file into Grafana dashboard compatible queries.
ParseFileToPromQLQueryGroup parses a JSON queries file into PromQL query groups.
ParseRegressionFilesToPromQLQueryGroup parses a directory with regression query files into PromQL query groups.
# Structs
GrafanaQueries is a list of Grafana dashboard compatible queries.
GrafanaQuery is a Grafana dashboard compatible query.
InputQuery is the JSON representation of a query to be compared.
PromQLQueryGroup is a list of constructed PromQL query groups.
PromQLRegressionQueryGroup is a PromQLQueryGroup with a given data set.
RegressionQuery is the JSON representation of a query to be compared.
# Type aliases
InputQueries is a slice of InputQuery.