mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
* refact(NA): apply root_input_dir=src to each already created pkg * refact(NA): update package generator * fix(NA): correctly use rootDir * fix(NA): use root input dir on latest introduced pkgs for jsts_transpiler macro * chore(NA): merge with main * chore(NA): first attempt to complete removal of src folder on a small group of pkgs * Revert "chore(NA): first attempt to complete removal of src folder on a small group of pkgs" This reverts commit |
||
---|---|---|
.. | ||
src | ||
BUILD.bazel | ||
index.ts | ||
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>"