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\Dashboardv2beta1\MatcherConfig $filter)

id🔗

Unique identifier of transformer

id(string $id)

kind🔗

The kind of a TransformationKind is the transformation ID

kind(string $kind)

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\Dashboardv2beta1\DataTopic $topic)

See also🔗