InfluxDB/Telegraf

Example

config:
  plugins:
    publish-metrics:
      - type: influxdb-statsd
        prefix: 'artillery.publish_metrics_plugin.'
        tags:
          - 'testId:{{ $testId }}'
          - 'reporterType:influxdb-statsd'
        event:
          priority: low
          tags:
            - 'testId:{{ $testId }}'