Class PositionBasedTransformer

  • All Implemented Interfaces:
    Transformer

    public class PositionBasedTransformer
    extends Object
    implements Transformer
    Based on tag name and Category mapping this class extracts map of tags from metrics name
    Example using the category mapping ["className", [5, "com\\.izettle\\.metrics\\.influxdb\\.tags\\.PositionBasedTransformer"]] a metric called `com.izettle.metrics.influxdb.tags.PositionBasedTransformer.count` will be turned into a tag:
        tags: [[className=PositionBasedTransformer]]