PromQLQuery🔗
PromQL sub-query properties.
Definition🔗
export interface PromQLQuery {
// GCP project to execute the query against.
projectName: string;
// PromQL expression/query to be executed.
expr: string;
// PromQL min step
step: string;
}
Methods🔗
No methods.