summaryrefslogtreecommitdiff
path: root/src/mongo/db/process_health/health_check_status.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-60846 replace double severity with enum typeDavis Haupt2022-01-041-21/+16
* SERVER-59368 runtime change of intensities valuesAndrew Shuvalov2021-12-171-0/+4
* SERVER-62084 unify FaultFacetType serialization implementationsDavis Haupt2021-12-161-18/+0
* SERVER-61914: add fault facet details to FaultImpl::toBSONKshitij Gupta2021-12-091-1/+1
* SERVER-59365: Use the new state machine.Kshitij Gupta2021-12-061-5/+11
* SERVER-59370: Should Transition to ActiveFault state when in the TransientFau...LaMont Nelson2021-10-261-4/+1
* SERVER-60587 Implement FaultFacet and make necessary changes in HealthCheckSt...Andrew Shuvalov2021-10-211-43/+12
* SERVER-60079 Make health checkers asynchronous, block check until previous is...Andrew Shuvalov2021-10-151-1/+4
* SERVER-59912 changes in the base health package for the Ldap health observerAndrew Shuvalov2021-09-141-1/+1
* SERVER-59608 remove const from return typeBilly Donahue2021-09-021-3/+3
* SERVER-59567 Health observers are invoked periodically and create a Fault Fac...Andrew Shuvalov2021-09-011-6/+54
* SERVER-59360 Health observer registration and basic mock classAndrew Shuvalov2021-08-251-0/+1
* SERVER-59522 HealthCheckStatus should track fault status and lifetimeAndrew Shuvalov2021-08-241-2/+66
* SERVER-59358 FaultFacet class initial scaffolding and unit testAndrew Shuvalov2021-08-231-0/+83