Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 944 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 944 Bytes

newman-reporter-statsd

A newman reporter for StatsD. See the newman documentation for more info. Inspired by newman-reporter-teamcity.

Getting Started

  1. Install newman
  2. Install newman-reporter-statsd

Prerequisites

  1. StatsD
  2. npm
  3. newman
npm install -g newman

Installing

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.