summaryrefslogtreecommitdiff
path: root/src/mongo/db/stats/server_read_concern_metrics.h
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-56860 Update semantics for server status's opReadConcernCountersMoustafa Maher2021-06-081-3/+30
|
* SERVER-47577: readConcernCounters metric in serverStatusLingzhi Deng2020-04-291-7/+12
|
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-1/+2
| | | | | | | | | | | produced by: hits="$(git grep -n MONGO_DISALLOW_COPYING | cut -d: -f1 )" for f in "$hits"; do sed -i.orig ' s/^\( *\)MONGO_DISALLOW_COPYING(\(.*\));/\1\2(const \2\&) = delete;\n\1\2\& operator=(const \2\&) = delete;/; ' $f done
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
| | | | | | Remove leading comments that are just stating the filename. Move any file-level comments below the copyright banner. Remove leading blank lines.
* SERVER-38998 Create serverStatus metrics for writeConcernTess Avitabile2019-01-221-0/+71