updated flow charts by adding START and END steps (#128)

Signed-off-by: neelanjan00 <neelanjan@chaosnative.com>
This commit is contained in:
Neelanjan Manna 2021-10-22 07:31:08 +05:30 committed by GitHub
parent e88e9f8086
commit 14c3ecf93d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
10 changed files with 2 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 75 KiB

After

Width:  |  Height:  |  Size: 84 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 89 KiB

After

Width:  |  Height:  |  Size: 99 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 62 KiB

After

Width:  |  Height:  |  Size: 70 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 66 KiB

After

Width:  |  Height:  |  Size: 73 KiB

View File

@ -19,4 +19,4 @@ In Litmus, workflow run statistics and information are generated post the chaos
4. The request for the workflow statistics and information is received by the Backend Server. 4. The request for the workflow statistics and information is received by the Backend Server.
5. Backend Server queries the Database for the details of past Workflow Runs. 5. Backend Server queries the Database for the details of past Workflow Runs.
6. Aggregated workflow statistics based on the ChaosResult verdict and probe success percentage are fetched from the Database by Backend Server. 6. Aggregated workflow statistics based on the ChaosResult verdict and probe success percentage are fetched from the Database by Backend Server.
7. Workflow statistics and information are forwarded to ChaosCenter by Backend Server. 7. Workflow statistics and information are forwarded to ChaosCenter by Backend Server.

View File

@ -18,4 +18,4 @@ In Litmus, summarisation is performed using the ChaosResult CR. It stores all th
3. When a user requests for the ChaosResult for a particular Chaos Experiment using the ChaosCenter, the request is received by the Backend Server. 3. When a user requests for the ChaosResult for a particular Chaos Experiment using the ChaosCenter, the request is received by the Backend Server.
4. Backend Server queries the Database for the particular ChaosResult for the input Chaos Experiment. 4. Backend Server queries the Database for the particular ChaosResult for the input Chaos Experiment.
5. The ChaosResult is fetched from the Database by the Backend Server. 5. The ChaosResult is fetched from the Database by the Backend Server.
6. ChaosResult is forwarded to the ChaosCenter. 6. ChaosResult is forwarded to the ChaosCenter.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 75 KiB

After

Width:  |  Height:  |  Size: 84 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 89 KiB

After

Width:  |  Height:  |  Size: 99 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 62 KiB

After

Width:  |  Height:  |  Size: 70 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 66 KiB

After

Width:  |  Height:  |  Size: 73 KiB