Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gsorry/newman-reporter-statsd

A newman reporter for StatsD.
https://github.com/gsorry/newman-reporter-statsd

newman-reporter statsd

Last synced: 12 days ago
JSON representation

A newman reporter for StatsD.

Awesome Lists containing this project

README

        

# newman-reporter-statsd
A [newman](https://github.com/postmanlabs/newman) reporter for StatsD. See the [newman documentation](https://www.getpostman.com/docs/postman/collection_runs/command_line_integration_with_newman) for more info. Inspired by [newman-reporter-teamcity](https://github.com/leafle/newman-reporter-teamcity).

## Getting Started

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

### Prerequisites

1. StatsD
2. [npm](https://www.npmjs.com/)
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 -r statsd --reporter-statsd-destination --reporter-statsd-port
```

The output will be sent to statsd via UDP.