InfluxDB/Telegraf
- To send metrics to Telegraf (with Telegraf's statsd Service Plugin (opens in a new tab)), set
type
toinfluxdb-statsd
- All other options are the same as for Datadog (other than
apiKey
which is not relevant).
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 }}'