0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00
mongodb/jstests/hooks
Eric Milkie 960f5deb14 SERVER-55556 add new totalUnitsWritten metric; add new localTime field to 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
2021-05-03 20:30:23 +00:00
..
crud_client.js
disable_write_conflicts.js
drop_sharded_collections.js
enable_write_conflicts.js
run_aggregate_metrics_background.js SERVER-55556 add new totalUnitsWritten metric; add new localTime field to operationMetrics output 2021-05-03 20:30:23 +00:00
run_check_orphans_are_deleted.js
run_check_repl_dbhash_background.js
run_check_repl_dbhash.js
run_check_repl_oplogs.js
run_check_tenant_migration_dbhash.js
run_fuzzer_restore_settings.js SERVER-55697 Don't allow removing CWWC once it is set 2021-04-28 17:47:34 +00:00
run_initial_sync_node_validation.js
run_reconfig_background.js
run_validate_collections_background.js
run_validate_collections.js
validate_collections.js