summaryrefslogtreecommitdiff
path: root/jstests/noPassthrough/ttl_operation_metrics.js
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-55556 add new totalUnitsWritten metric; add new localTime field to ↵Eric Milkie2021-05-031-1/+3
| | | | | | | operationMetrics output totalUnitsWritten is a metric that represents the number of bytes written to a document plus any index entries that follow, prior to writing another document; these bytes are then translated into Units as per the totalUnitWriteSizeBytes parameter. Additionally, a new field localTime will now appear in every BSONArray (per database) included in the $operationMetrics aggregation stage
* SERVER-54743 Enable tests in noPassthrough that now pass with SBE onMihai Andrei2021-03-251-1/+0
|
* SERVER-51970 Create feature flag for SBEAlya Berciu2021-01-221-0/+1
|
* SERVER-53458 Only support $operationMetrics on the admin database and in the ↵Louis Williams2021-01-051-4/+4
| | | | 'collectionless' form
* SERVER-52788 Rename measureOperationResourceConsumption feature flag to ↵Louis Williams2020-12-101-1/+0
| | | | | | | | | | | profileOperationResourceConsumptionMetrics This renames the "measureOperationResourceConsumption" feature flag to "profileOperationResourceConsumptionMetrics". It is a default-off flag that enables a subset of metrics collection that can be profiled and reported in the slow query logs. The "aggregateOperationResourceConsumptionMetrics" flag, in addition to enabling global aggregation and the use of $operationMetrics, also enables profiling and slow query logging covered by the "profile.." flag.
* SERVER-52859 Only start collecting TTL metrics when we know the node is primaryLouis Williams2020-11-161-8/+1
|
* SERVER-50864 Collect resource consumption metrics for TTL indexesLouis Williams2020-11-041-0/+134