A newman reporter for StatsD. See the newman documentation for more info. Inspired by newman-reporter-teamcity.
- Install
newman
- Install
newman-reporter-statsd
- StatsD
- npm
newman
npm install -g newman
Install with npm
npm install -g newman-reporter-statsd
The -r statsd
is the flag to enable StatsD reporting.
The --reporter-statsd-destination
is the destination ip address.
The --reporter-statsd-port
is the destination port.
newman run <collection-url> -r statsd --reporter-statsd-destination <ip-address> --reporter-statsd-port <port-number>
The output will be sent to statsd via UDP.