You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/chaos/index.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -51,6 +51,6 @@ All the strategies' options implement the [`MonkeyStrategyOptions`](xref:Polly.S
51
51
|`InjectionRate`| 0.001 | A decimal between 0 and 1 inclusive. The strategy will inject the chaos, randomly, that proportion of the time, e.g.: if 0.2, twenty percent of calls will be randomly affected; if 0.01, one percent of calls; if 1, all calls. |
52
52
|`InjectionRateGenerator`|`null`| Generates the injection rate for a given execution, which the value should be between [0, 1] (inclusive). |
53
53
|`Enabled`|`false`| Determines whether the strategy is enabled or not. |
54
-
|`EnabledGenerator`|`null`| The generator that indicates whether the chaos strategy is enabled for a given execution. |
54
+
|`EnabledGenerator`|`null`| The generator that indicates whether the chaos strategy is enabled for a given execution. |
0 commit comments