Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfgangB33r authored Jul 4, 2024
1 parent 7d13beb commit 7b59239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Push a http POST request to /config on your started service.
Count always represents the number of service requests that suffer from that anomaly, e.g.: a count of 5 means the next 5 service requests are affected.
A crash anomaly kills the service process with the given exit code. The resource anomaly allocates a matrix of 100x100 elements multiplied by the given severity.
Callees let you specify the callees this service calls with each service request. Specifying callees allows you to build dynamic multi-level service call trees.
In case the attribute 'Balanced' is set to 'true', the callees are equally iterated with each request.
In case the attribute 'Balanced' is set to 'true', the callees are equally iterated with each request.

```json
{
Expand Down

0 comments on commit 7b59239

Please sign in to comment.