elastic / hey-apm

Basic load generation for apm-server built on hey
Apache License 2.0
16 stars 16 forks source link

Wait for libbeat pipeline to drain #158

Closed axw closed 4 years ago

axw commented 4 years ago

After a load test, wait for the APM Server's libbeat pipeline to be emptied of active events. This should help to avoid the effects of one load test spilling over into the next.

Relies on https://github.com/elastic/apm-server/pull/3550