-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Docs] Apply chaos selectively #1923
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1923 +/- ##
=======================================
Coverage 84.79% 84.79%
=======================================
Files 312 312
Lines 6893 6893
Branches 1056 1056
=======================================
Hits 5845 5845
Misses 839 839
Partials 209 209
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@martintmk Would it make sense to turn the public interface IChaosManager
{
ValueTask<bool> IsChaosEnabled(ResilienceContext context);
ValueTask<double> GetInjectionRate(ResilienceContext context);
} |
I did not use it because in the code samples there was no async at all. But it can make the second sample little cleaner. Let me try it. |
Details on the issue fix or feature implementation
Add section about how to apply chaos selectively.
Confirm the following