kibana/x-pack/performance
Dzmitry Lemechko e55a92eab0
[performance] enable journey run against cloud deployments (#156720)
## Summary

This PR adds changes and instructions how to run existing performance
journeys against ESS instances.

As previously discussed with @pheyos , there are few manual steps to be
done before running the actual journey:
1. Create cloud deployment and re-configure it the way APM traces are
reported the monitoring cluster
2. Check out the branch matching deployment version (main ->
8.9.0-SNAPSHOT), create user with `superuser` role (we don't test
functional features, only performance metrics)

Then you can run the journey like a regular cloud test suite:
```
export TEST_KIBANA_URL=https://<username>:<password>@<kibana_url>
export TEST_ES_URL=https://<username>:<password>@j<elasticsearch_url>:<port>
export TEST_CLOUD=1
node scripts/functional_test_runner.js --config x-pack/performance/journeys/$YOUR_JOURNEY_NAME.ts
```

<img width="1357" alt="image"
src="https://user-images.githubusercontent.com/10977896/236499836-2738fecb-a5a9-4e58-a10b-915b962af037.png">

---------

Co-authored-by: Jon <jon@budzenski.me>
2023-05-08 23:35:43 -04:00
..
configs [Cloud Security] posture dashboard page journey (#151613) 2023-02-27 12:58:53 -06:00
es_archives [Cloud Security] posture dashboard page journey (#151613) 2023-02-27 12:58:53 -06:00
journeys [performance] enable journey run against cloud deployments (#156720) 2023-05-08 23:35:43 -04:00
kbn_archives [Lens] Multi metric partition charts (#143966) 2022-11-14 16:49:39 -07:00
services [journeys] restart ES for each journey, fix flakiness (#141530) 2022-09-26 08:56:31 -07:00
jest.config.js [journeys] restart ES for each journey, fix flakiness (#141530) 2022-09-26 08:56:31 -07:00
tsconfig.json [Cloud Security] posture dashboard page journey (#151613) 2023-02-27 12:58:53 -06:00
utils.ts Performance journeys: log how many visualisations were loaded / rendered out of expected count (#144422) 2022-11-03 10:30:14 +01:00