Skip to content

Commit

Permalink
Add setup instructions to readme (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
pablopaul authored and hassy committed Mar 6, 2019
1 parent 4b86fae commit 343c1de
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions packages/artillery-plugin-metrics-by-endpoint/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,26 @@

Use this plugin to get a per-endpoint breakdown of latency and response codes in your Artillery HTTP tests.

# Usage

Install the plugin globally or locally, depending on your setup

```
// global plugin installation
npm install artillery-plugin-metrics-by-endpoint -g
// local plugin installation
npm install --save-dev artillery-plugin-metrics-by-endpoint
```

Enable the plugin in the config

```
config:
plugins:
metrics-by-endpoint: {}
```

# License

MPL 2.0

0 comments on commit 343c1de

Please sign in to comment.