Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
tsenart authored Sep 13, 2020
1 parent e5b4a0c commit 169a825
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -813,12 +813,12 @@ Just pass a new number as the argument to change it.

## Prometheus Support

Vegeta has a built-in Prometheus Exporter that may be enabled during "attacks" so that you can point any Prometheus instance to Vegeta instances and get some metrics about http requests performance and about Vegeta process itself.
Vegeta has a built-in Prometheus Exporter that may be enabled during "attacks" so that you can point any Prometheus instance to Vegeta instances and get some metrics about http requests performance and about the Vegeta process itself.

To enable Prometheus Exporter on command line, see flags with "prom-" prefix.
To enable Prometheus Exporter on lib usage, add Option "PrometheusEnable" and/or "PrometheusSettings".
To enable the Prometheus Exporter on the command line, see flags with "prom-" prefix.
To enable the Prometheus Exporter in library, add Option "PrometheusEnable" and/or "PrometheusSettings".

Prometheus HTTP endpoint will be available only during the lifespan of an "attack" and will be closed right after the attack is finished.
A Prometheus HTTP endpoint will be available only during the lifespan of an "attack" and will be closed right after the attack is finished.

The following metrics are exposed:

Expand Down

0 comments on commit 169a825

Please sign in to comment.