mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
* [kbn-performance-testing-dataset-extractor] fetch & save ES queries * run apm extractor for all journeys * fix array name * cleanup ES query, update namings according review * update naming |
||
---|---|---|
.. | ||
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>"