TransformationBuilder🔗
Constructor🔗
Methods🔗
Build🔗
Builds the object.
Disabled🔗
Disabled transformations are skipped
Filter🔗
Optional frame matcher. When missing it will be applied to all results
func (builder *TransformationBuilder) Filter(filter dashboardv2beta1.MatcherConfig) *TransformationBuilder
Id🔗
Unique identifier of transformer
Kind🔗
The kind of a TransformationKind is the transformation ID
Options🔗
Options to be passed to the transformer
Valid options depend on the transformer id
Topic🔗
Where to pull DataFrames from as input to transformation
func (builder *TransformationBuilder) Topic(topic dashboardv2beta1.DataTopic) *TransformationBuilder