summaryrefslogtreecommitdiff
path: root/src/mongo/db/ftdc
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-71959: Modify usages of ClusterRole::Kshitij Gupta2022-12-161-1/+1
|
* SERVER-71838 Remove deprecated collStats in ftdcJacob Evans2022-12-082-12/+21
|
* SERVER-70508 Add Linux thread count to periodic and ulimits to rotate FTDC ↵Mark Benvenuto2022-11-041-0/+39
| | | | collectors
* SERVER-70146 Migrate checkAuthForCommand to checkAuthForOperationSara Golemon2022-10-041-3/+4
|
* SERVER-67423 Include tenantId in requests sent with DBDirectClient to have ↵Sophia Tan2022-09-301-0/+2
| | | | user management cmds work
* SERVER-64005 Add metric tracking listener socket backlog queue depthBlake Oler2022-09-212-0/+6
|
* SERVER-68584 Generalize skipTicketAcquisitionForLockLeonardo Menti2022-09-071-1/+1
|
* SERVER-68342 Modify ServerParameter to take tenantIdGabriel Marks2022-08-303-9/+13
|
* SERVER-68826 Move logical_time into server_baseKaloian Manassiev2022-08-291-4/+3
|
* SERVER-68826 Move basic_types into server_baseKaloian Manassiev2022-08-262-2/+2
|
* SERVER-67459 Change BasicCommand to use DatabaseNameSophia Tan2022-08-101-1/+1
|
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-272-11/+11
|
* SERVER-66639 Manager class for pre-image collectioncsum1122022-07-261-0/+1
|
* SERVER-66490 Apply pylinters to build system codeTausif Rahman2022-05-251-4/+4
|
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-066-6/+18
|
* SERVER-60789 Add info about Linux file handles to FTDCGabriel Marks2022-05-032-1/+42
|
* SERVER-62941 Add oplog server status to FTDCGabriel Marks2022-04-191-1/+5
|
* SERVER-63642 Add serverStatus histogram metrics to measure multi-planning ↵Jess Balint2022-04-091-0/+4
| | | | performance
* SERVER-63882 resolve libdeps_graph_linting warningsBenety Goh2022-02-221-2/+2
|
* SERVER-62948 Ensure FTDC collectors read without a timestampGregory Noma2022-01-261-4/+4
|
* SERVER-21070 Add option to FTDC to gather collection statsMark Benvenuto2021-12-136-0/+127
|
* SERVER-58476 Add `numericOnly' option to collStats, use it for FTDCDaniel Gómez Ferro2021-11-301-1/+2
|
* SERVER-28953 Capture mount statistics in FTDCsergey.galtsev2021-11-081-0/+8
|
* SERVER-59858 Add observability for tasks scheduled on reactor threadsAmirsaman Memaripour2021-10-281-0/+21
|
* SERVER-59618 add LockerNoopClientObserver and register this ClientObserver ↵Benety Goh2021-09-271-2/+2
| | | | in unit tests with Service Context
* SERVER-57446 fix clang-tidy header issues and add header-filterDaniel Moody2021-08-021-6/+6
|
* SERVER-56568 Remove LIBDEPS_TYPEINFO in favor of disabling vptr sanitizer ↵Andrew Morrow2021-07-091-3/+0
| | | | | | | for dyanmic builds This reverts the changes made for SERVER-49798 in favor of disabling the vptr sanitizer when using ubsan for --link-model=dynamic builds.
* SERVER-54472 Collect additional FTDC metrics during shutdown for replica setsGregory Wlodarek2021-03-312-1/+23
|
* SERVER-54770 Add /proc/meminfo MemAvailable to FTDCMark Benvenuto2021-03-101-0/+1
|
* SERVER-54264 Exclude tenantMigrationAccessBlocker serverStatus section from FTDCJason Zhang2021-02-191-0/+3
|
* SERVER-53609 Filter out serverStatus.transactions.lastCommittedTransaction ↵Jason Chan2021-01-081-0/+4
| | | | from FTDC
* SERVER-40811 make initializers throwyBilly Donahue2020-12-081-2/+0
| | | | | | | - Consolidate init-related headers (just init.h and initializer.h) - Factor out a separate DependencyGraph component - Remove MONGO_DEFAULT_PREREQUISITES, MONGO_NO_PREREQUISITES, MONGO_NO_DEPENDENTS. - Document the role of the "default" initializer.
* SERVER-48221 Shut down ftdc after storage engineGregory Wlodarek2020-11-132-1/+3
|
* SERVER-51757 Collect /proc/vmstat numa_pages_migrated statistics in FTDCMark Benvenuto2020-10-231-0/+1
|
* SERVER-38289 Teach objects builders how to build idl files.Daniel Moody2020-10-221-1/+1
|
* SERVER-49798 Added LIBDEPS_TYPEINFO for ubsan builds to add typeinfo ↵Daniel Moody2020-10-091-0/+3
| | | | dependencies.
* SERVER-50662 Handle large and non-finite doubles in FTDCMark Benvenuto2020-09-292-1/+60
|
* SERVER-47309 Document FTDC in the Security Architecture GuideShreyas Kalyan2020-09-231-0/+68
|
* SERVER-20359 Rename terse(UTC)CurrentTime to terseCurrentTimeForFilename()Sara Golemon2020-09-141-2/+2
|
* SERVER-48452 Internal readers should default to reading without a timestampLouis Williams2020-09-101-2/+3
| | | | | | | | | | | | Removes ReadSource::kUnset in favor of kNoTimestamp as the default Makes the following behavioral changes to AutoGetCollectionForRead: * Removes special early-return handling for kNoTimestamp * Only user or DBDirectClient operations are eligible to read at kLastApplied. * Operations only read at kLastApplied when in the SECONDARY state, nothing else. This means most internal operations that use DBDirectClient do not need to use a ReadSourceScope to ensure they read at kNoTimestamp.
* SERVER-49703 Added libdep linter alphabetic rule and update all libdeps list ↵Daniel Moody2020-08-271-7/+8
| | | | to be alphabetical
* SERVER-48660 Added lock around _counter incrementMina Mahmood2020-06-261-0/+3
|
* SERVER-48324 FTDC - add verbose tcmalloc set parameterMark Benvenuto2020-06-032-1/+10
|
* SERVER-48519 Include mirrored read metrics in ftdcAmirsaman Memaripour2020-06-031-0/+4
|
* SERVER-30888 Obtain locks with timeouts when collecting FTDC statisticsGregory Noma2020-06-011-1/+2
|
* SERVER-48351 Clean up additional logv2 linesSara Golemon2020-05-285-6/+5
|
* SERVER-47644 Enable Histogram Latency Stats in FTDCMark Benvenuto2020-05-072-14/+52
|
* SERVER-47528 Turn off initialSyncStatus for replSetGetStatus in FTDCSamy Lanka2020-05-061-1/+4
|
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-266-6/+6
| | | | | | - Remove several legacy logger/ files - Convert all MONGO_LOG_DEFAULT_COMPONENT to the LOGV2 version. - Globally replace logger::{LogSeverity,LogComponent} => logv2::
* SERVER-46127 unit tests log to a kTest componentGabriel Russell2020-04-141-1/+1
|