Skip to content

PromQLQuery🔗

PromQL sub-query properties.

Constructor🔗

PromQLQuery()

Methods🔗

build🔗

Builds the object.

def build() -> googlecloudmonitoring.PromQLQuery

expr🔗

PromQL expression/query to be executed.

def expr(expr: str) -> typing.Self

project_name🔗

GCP project to execute the query against.

def project_name(project_name: str) -> typing.Self

step🔗

PromQL min step

def step(step: str) -> typing.Self

See also🔗