Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/gsorry/newman-reporter-statsd
- Owner: gsorry
- License: mit
- Created: 2018-05-13T21:17:09.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-06-11T15:33:12.000Z (5 months ago)
- Last Synced: 2024-10-19T05:15:48.457Z (about 1 month ago)
- Topics: newman-reporter, statsd
- Language: JavaScript
- Size: 410 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
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.