summaryrefslogtreecommitdiff
path: root/jstests/sharding/resharding_metrics.js
Commit message (Expand)AuthorAgeFilesLines
* SERVER-68576 Added number of sharded collections to serverStatus command.Pol Pinol Castuera2022-11-241-4/+0
* SERVER-68783 Disambiguate 0 time estimate from no estimate in reshardingBrett Nawrocki2022-09-011-2/+0
* SERVER-67114: Create the Global Index Cumulative Metrics classnandinibhartiyaMDB2022-08-171-2/+0
* SERVER-64393 Adapt ReshardingMetrics JS tests to C++ unit testsBrett Nawrocki2022-07-111-6/+15
* SERVER-66818 Use original field names in server status resharding sectionRandolph Tan2022-06-091-1/+1
* SERVER-66422 Switch over to new resharding metricsRandolph Tan2022-06-071-7/+0
* SERVER-64395 Write Minimal JavaScript Integration Test to Ensure ReshardingMe...Randolph Tan2022-05-171-209/+92
* SERVER-57766 Omit shardingStatistics.resharding section when resharding hasn'...Matt Boros2021-12-161-34/+36
* SERVER-61186 Remove ReshardingTest#isMixedVersionCluster() method.Max Hirschhorn2021-11-081-5/+2
* SERVER-57700 Measure latency/throughput of resharding::data_copy::fillBatchFo...Matt Walak2021-08-121-1/+2
* SERVER-57697 Measure latency/throughput of ReshardingOplogApplier::_applyBatchMatt Walak2021-08-041-18/+27
* SERVER-49897 Insert no-op entries into oplog buffer collections for reshardin...jannaerin2021-07-291-8/+26
* SERVER-56366 Update FCV constants to recognize 5.1 as latestJon Streets2021-07-231-1/+0
* SERVER-57276 Capture max/min percent complete in FTDC metrics as seen by the ...Junhson Jean-Baptiste2021-07-151-2/+17
* SERVER-57217 Don't report remainingOperationTimeEstimatedSecs in currentOp me...Junhson Jean-Baptiste2021-06-221-2/+0
* Revert "SERVER-57217 Don't report remainingOperationTimeEstimatedSecs in curr...Max Hirschhorn2021-06-171-0/+2
* SERVER-57217 Don't report remainingOperationTimeEstimatedSecs in currentOp me...Junhson Jean-Baptiste2021-06-161-2/+0
* SERVER-55430 Record metrics about whether a collection is rebalanced after re...Randolph Tan2021-06-161-18/+34
* SERVER-57367 Put units on strings used in resharding statsRandolph Tan2021-06-071-9/+9
* SERVER-56335 Increment the number of oplog entries applied by 1 twhen reshard...jannaerin2021-05-041-1/+1
* SERVER-55214 Make resharding recipient shards use fetchTimestamp from each do...Randolph Tan2021-04-081-1/+1
* SERVER-54229: Resharding metrics output from the currentOp commandKshitij Gupta2021-03-231-15/+31
* SERVER-54980 Split donor and recipent documents into im/mutable state.Max Hirschhorn2021-03-091-1/+1
* SERVER-54580 refresh expected enum strings in resharding_metrics.jsBilly Donahue2021-03-061-3/+3
* SERVER-53842 Count the number of resharding attempts in resharding metricsAmirsaman Memaripour2021-02-091-3/+4
* SERVER-50976 Add currentOp reporting for ReshardingCoordinatorService InstancesAmirsaman Memaripour2021-02-051-1/+10
* SERVER-51021 Add currentOp reporting for ReshardingRecipientService InstancesAmirsaman Memaripour2021-02-051-1/+21
* SERVER-50978 Add currentOp reporting for ReshardingDonorService InstancesAmirsaman Memaripour2021-02-041-24/+134
* SERVER-52773 Add resharding section to server statusAmirsaman Memaripour2021-01-061-0/+42