Skip to content

Instantly share code, notes, and snippets.

@rpivo
Last active June 30, 2021 17:01
Show Gist options
  • Save rpivo/276bdd6fd46860c03ca360afb932247f to your computer and use it in GitHub Desktop.
Save rpivo/276bdd6fd46860c03ca360afb932247f to your computer and use it in GitHub Desktop.
Common Analytics KPIs

Common Analytics KPIs

Name Description
Dwell Time The total time that an issue has been present until it is fixed.
Mean Time Between Failures (MTBF) Average amount of time that elapses between failures.
Mean Time to Detect (MTTD) Average amount of time it takes to discover an issue.
Mean Time to Failure (MTTF) Average amount of time it takes for a system to fail while the issue is present.
Mean Time to Respond (MTTR) Average amount of time it takes to fix an issue once it's found.

References

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment