Skip to content

transformation

Index

Fields

fn withDisabled

withDisabled(value=true)

PARAMETERS:

  • value (boolean)
    • default value: true

Disabled transformations are skipped

fn withFilter

withFilter(value)

PARAMETERS:

  • value (object)

Matcher is a predicate configuration. Based on the config a set of field(s) or values is filtered in order to apply override / transformation. It comes with in id ( to resolve implementation from registry) and a configuration that’s specific to a particular matcher type.

fn withFilterMixin

withFilterMixin(value)

PARAMETERS:

  • value (object)

Matcher is a predicate configuration. Based on the config a set of field(s) or values is filtered in order to apply override / transformation. It comes with in id ( to resolve implementation from registry) and a configuration that’s specific to a particular matcher type.

fn withId

withId(value)

PARAMETERS:

  • value (string)

Unique identifier of transformer

fn withOptions

withOptions(value)

PARAMETERS:

  • value (string)

Options to be passed to the transformer Valid options depend on the transformer id

fn withTopic

withTopic(value)

PARAMETERS:

  • value (string)
    • valid values: "series", "annotations", "alertStates"

Where to pull DataFrames from as input to transformation

obj filter

fn filter.withId

filter.withId(value="")

PARAMETERS:

  • value (string)
    • default value: ""

The matcher id. This is used to find the matcher implementation from registry.

fn filter.withOptions

filter.withOptions(value)

PARAMETERS:

  • value (string)

The matcher options. This is specific to the matcher implementation.