Skip to Content

InfluxDB/Telegraf

  • To send metrics to Telegraf (with Telegraf’s statsd Service Plugin ), set type to influxdb-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 }}'
Last updated on