StatsD
- To send metrics to StatsD, set 
typetostatsd - Set 
hostandportto hostname/IP and port of the agent (if different from the default127.0.0.1:8125) - Set 
prefixto use a custom prefix for metric names created by Artillery; defaults toartillery. 
Example
config:
  plugins:
    publish-metrics:
      - type: statsd
        prefix: 'artillery.publish_metrics_plugin.'Last updated on