Skip to content

RecordRuleBuilder🔗

Constructor🔗

new RecordRuleBuilder()

Methods🔗

build🔗

Builds the object.

public RecordRule build()

from🔗

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

public RecordRuleBuilder from(String from)

metric🔗

Name of the recorded metric.

public RecordRuleBuilder metric(String metric)

targetDatasourceUid🔗

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

public RecordRuleBuilder targetDatasourceUid(String targetDatasourceUid)

See also🔗