mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
* use streams for both es and kibana calls * improve run speed * update comments * fixes for review * update test * use msearch to get all ES requests * remove unused method * Update packages/kbn-performance-testing-dataset-extractor/src/es_client.ts Co-authored-by: Spencer <email@spalger.com> * fix code * specify index * check span is defined Co-authored-by: Spencer <email@spalger.com> |
||
---|---|---|
.. | ||
src | ||
BUILD.bazel | ||
jest.config.js | ||
package.json | ||
README.md | ||
tsconfig.json |
@kbn/performance-testing-dataset-extractor
A library to convert APM traces into JSON format for performance testing.
Usage
node scripts/extract_performance_testing_dataset \
--journeyName "<_source.labels.journeyName>" \
--buildId "<_source.labels.testBuildId>" \
--es-url "<ES baseURL>" \
--es-username "<ES username>" \
--es-password "<ES password>"