fn withAction(value)fn withModulus(value)fn withRegex(value)fn withRegexMixin(value)fn withReplacement(value)fn withSeparator(value)fn withSourceLabels(value)fn withSourceLabelsMixin(value)fn withTargetLabel(value)
withAction(value)PARAMETERS:
- value (
string)
Action is the action to be performed for the relabeling.
withModulus(value)PARAMETERS:
- value (
integer)
Modulus to take of the hash of concatenated values from the source labels.
withRegex(value)PARAMETERS:
- value (
object)
Regexp encapsulates a regexp.Regexp and makes it YAML marshalable.
withRegexMixin(value)PARAMETERS:
- value (
object)
Regexp encapsulates a regexp.Regexp and makes it YAML marshalable.
withReplacement(value)PARAMETERS:
- value (
string)
Replacement is the regex replacement pattern to be used.
withSeparator(value)PARAMETERS:
- value (
string)
Separator is the string between concatenated values from the source labels.
withSourceLabels(value)PARAMETERS:
- value (
array)
LabelNames is a sortable LabelName slice.
withSourceLabelsMixin(value)PARAMETERS:
- value (
array)
LabelNames is a sortable LabelName slice.
withTargetLabel(value)PARAMETERS:
- value (
string)
TargetLabel is the label to which the resulting string is written in a replacement. Regexp interpolation is allowed for the replace action.