Open
Description
The overall goal of this demo is to observe how the monitored apps are behaving and performing. To this end, it's very important to simulate failures and unexpected conditions in a programmatic way.
Different options are to be investigated. E.g., frameworks for chaos testing, hard-coded implementations of unhappy paths (e.g., triggered by some parameters sent via the rest API), introduce randomness (e.g., slow down responses for 20% of the requests), ...