1.0.2 • Published 6 years ago

newman-reporter-statsd v1.0.2

Weekly downloads
33
License
ISC
Repository
github
Last release
6 years ago

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.

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago