Continuous data streaming
#
Prerequisites- You have generated API token in administration section.
- Existing project and scenario
#
1. Get JWT token from the backend serviceAt first you need to log in with API token.
This request will return you a JWT token you will need in subsequent steps.
#
2. Start a new test runTo start a new test run you need to send a request
This request will return you an itemId
and dataId
#
3. Upload your test samplesNow you can start uploading the samples from your performance test
note
api/v1/test-run/log-samples
accepts max 500 items in the array.
#
4. Stop the test runOnce your performance test finishes you need to stop it in the application to start the samples processing in order to generate the performance report