kibana/packages/kbn-performance-testing-dataset-extractor
Alejandro Fernández Haro b189fe7159
[ES body removal] @elastic/appex-qa (#204878)
## Summary

Attempt to remove the deprecated `body` in the ES client.
2024-12-19 12:06:42 +01:00
..
src [ES body removal] @elastic/appex-qa (#204878) 2024-12-19 12:06:42 +01:00
index.ts Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
jest.config.js Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
kibana.jsonc [kbn-journeys] add synthtrace support (#178599) 2024-03-18 16:42:45 -07:00
package.json Adds AGPL 3.0 license (#192025) 2024-09-06 19:02:41 -06:00
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>"