Skip to content

RecordRule🔗

Constructor🔗

RecordRule()

Methods🔗

build🔗

Builds the object.

def build() -> alerting.RecordRule

from_val🔗

Which expression node should be used as the input for the recorded metric.

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

metric🔗

Name of the recorded metric.

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

target_datasource_uid🔗

Which data source should be used to write the output of the recording rule, specified by UID.

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

See also🔗