Skip to content

gsorry/newman-reporter-statsd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A newman reporter for StatsD.

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published