Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerwelin authored Apr 25, 2024
1 parent b5d6d7a commit 5788e0b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ Summary:
Req/s...........................: 6547.48
```

### Exporting Metrics to File
### Exporting Metrics to File/CSV
Example exporting **cassowary** json metrics to a file:

```bash
Expand All @@ -177,6 +177,9 @@ Summary:

> If `json-metrics-file` flag is missing then the default filename is `out.json`.
If you rather want the raw data of all the request (in CSV foramt) you can export it using the `--raw-output` flag

> outputted filename is `raw.csv`
### Exporting Metrics to Prometheus
Example exporting **cassowary** metrics to Prometheus by supplying an Prometheus PushGatway URL:
Expand Down

0 comments on commit 5788e0b

Please sign in to comment.