Open
Description
Limitations of the current exporter based approach
- Prometheus scrapes metrics from a running vegeta attack process and assigns timestamps to samples on its server. This means result timestamps aren't accurate (i.e. they're scraping time, not result time).
- Configuring Prometheus to scrape vegeta needs to happen out-of-band. That's a hassle!
- Since there's no coordination between a vegeta attack process and a Prometheus server, an attack process will finish before Prometheus has the chance to scrape the latest observations.
Instead, we should do something like this: https://k6.io/docs/results-output/real-time/prometheus-remote-write/
Metadata
Metadata
Assignees
Labels
No labels