transformation
Index
fn withDisabled(value=true)
fn withFilter(value)
fn withFilterMixin(value)
fn withId(value)
fn withOptions(value)
fn withOptionsMixin(value)
fn withTopic(value)
obj filter
Fields
fn withDisabled
withDisabled(value=true)
PARAMETERS:
- value (
boolean
)- default value:
true
- default value:
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 (
object
)
Options to be passed to the transformer Valid options depend on the transformer id
fn withOptionsMixin
withOptionsMixin(value)
PARAMETERS:
- value (
object
)
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"
- valid values:
Where to pull DataFrames from as input to transformation
obj filter
fn filter.withId
filter.withId(value="")
PARAMETERS:
- value (
string
)- default value:
""
- default value:
The matcher id. This is used to find the matcher implementation from registry.
fn filter.withOptions
filter.withOptions(value)
PARAMETERS:
- value (
object
)
The matcher options. This is specific to the matcher implementation.
fn filter.withOptionsMixin
filter.withOptionsMixin(value)
PARAMETERS:
- value (
object
)
The matcher options. This is specific to the matcher implementation.