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