Skip to content

TransformationBuilder🔗

Constructor🔗

new TransformationBuilder()

Methods🔗

build🔗

Builds the object.

build()

disabled🔗

Disabled transformations are skipped

disabled(bool $disabled)

filter🔗

Optional frame matcher. When missing it will be applied to all results

filter(\Grafana\Foundation\Dashboardv2\MatcherConfig $filter)

group🔗

The group is the transformation ID

group(string $group)

options🔗

Options to be passed to the transformer

Valid options depend on the transformer id

@param mixed $options

options($options)

topic🔗

Where to pull DataFrames from as input to transformation

topic(\Grafana\Foundation\Dashboardv2\DataTopic $topic)

See also🔗