summaryrefslogtreecommitdiff
path: root/src/mongo/db/free_mon/free_mon_processor.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-57446 fix clang-tidy header issues and add header-filterDaniel Moody2021-08-021-1/+1
* SERVER-51679 Fix race condition in Free Monitoring when free monitoring docum...Mark Benvenuto2020-11-091-0/+5
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-4/+4
* SERVER-39823 Free Monitoring may ignore re-register requests on secondariesMark Benvenuto2019-03-011-2/+10
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37978 Replace boost::synchronize_value with custom versionMark Benvenuto2018-11-271-6/+7
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-21/+23
* SERVER-35692 Add support to an optional re-registration bool in metrics responseMark Benvenuto2018-07-131-0/+24
* SERVER-35650 Free Monitoring default interval should be 60 secondsMark Benvenuto2018-06-181-1/+2
* SERVER-34584 Update the default cloud free monitoring endpoint to final locationMark Benvenuto2018-06-111-1/+3
* SERVER-35022 Check if Free Monitoring is enabled during transition to primarySara Golemon2018-05-301-1/+1
* SERVER-34845 Limit disk reads during getFreeMonitoringStatusSara Golemon2018-05-071-2/+7
* SERVER-34229 Add free monitoring to serverStatusSara Golemon2018-05-011-6/+31
* SERVER-34228 Free Monitoring Replica Set supportMark Benvenuto2018-05-011-0/+31
* Revert "SERVER-34229 Add free monitoring to serverStatus"Judah Schvimer2018-05-011-31/+6
* SERVER-34229 Add free monitoring to serverStatusSara Golemon2018-05-011-6/+31
* SERVER-34227 FreeMonController - MetricsMark Benvenuto2018-04-201-10/+171
* SERVER-34226 Implement FreeMonController - Registration pieceMark Benvenuto2018-04-121-0/+264