-
Notifications
You must be signed in to change notification settings - Fork 3
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
feat: [AH-3247] Add mean time between failures #245
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #245 +/- ##
===========================================
- Coverage 91.27% 72.65% -18.62%
===========================================
Files 106 107 +1
Lines 3863 3873 +10
Branches 839 840 +1
===========================================
- Hits 3526 2814 -712
- Misses 208 928 +720
- Partials 129 131 +2
|
Unit Test Results 15 files - 6 15 suites - 6 22m 27s ⏱️ - 14m 27s For more details on these failures, see this check. Results for commit 9836e4a. ± Comparison against base commit be011bb. ♻️ This comment has been updated with latest results. |
Description
We calculate the mean time between failures (MTBF) of a system based on
the sum of the mean time to failure (MTTF) and mean time to resolution
(MTTRes).
Types of changes
Contributor Checklist:
fix: <description>
,feat: <description>
, etc.Reviewer Checklist for Charts compliant functions: