Skip to content

Commit

Permalink
Merge branch 'issue/#477-promlib' of https://github.com/flaviostutz/v…
Browse files Browse the repository at this point in the history
…egeta into issue/#477-promlib
  • Loading branch information
flaviostutz committed Oct 9, 2020
2 parents c0cae43 + 169a825 commit a4f7d77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -809,12 +809,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 the Prometheus Exporter on the command line, use the "prometheus-url" flag.
To enable Prometheus Exporter on lib usage, 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 a4f7d77

Please sign in to comment.