summaryrefslogtreecommitdiff
path: root/src/mongo/db/process_health/health_observer.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-59391 fault if LDAP facets are enabled but misconfiguredDavis Haupt2022-01-111-0/+7
* SERVER-60944 Simplify Fault class hierarchy and interface for updating fault ...Davis Haupt2021-12-201-5/+2
* SERVER-61930: Individual health observers should return an error if aKshitij Gupta2021-12-161-0/+5
* SERVER-59397 Add jitter when scheduling next health checkLaMont Nelson2021-12-081-9/+7
* SERVER-59365: Use the new state machine.Kshitij Gupta2021-12-061-3/+4
* SERVER-61071 Removes all instances of `HealthObserverIntensity`Andrew Witten2021-11-051-7/+0
* SERVER-59366 Progress monitor for periodic health checkAndrew Shuvalov2021-11-031-2/+26
* SERVER-59370: Should Transition to ActiveFault state when in the TransientFau...LaMont Nelson2021-10-261-8/+1
* SERVER-60079 Make health checkers asynchronous, block check until previous is...Andrew Shuvalov2021-10-151-1/+5
* SERVER-59361: Implement periodic health check thread poolKshitij Gupta2021-09-161-0/+13
* SERVER-59567 Health observers are invoked periodically and create a Fault Fac...Andrew Shuvalov2021-09-011-1/+4
* SERVER-59567 Make the HealthManager to instantiate HealthObserversAndrew Shuvalov2021-08-251-0/+2
* SERVER-59360 Health observer registration and basic mock classAndrew Shuvalov2021-08-251-0/+9
* SERVER-59358 FaultFacet class initial scaffolding and unit testAndrew Shuvalov2021-08-231-0/+53