InfluxDB/Telegraf
- To send metrics to Telegraf (with Telegraf’s statsd Service Plugin ), set
typetoinfluxdb-statsd - All other options are the same as for Datadog (other than
apiKeywhich 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 }}'Last updated on