-
Type:
Task
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
Fully Compatible
-
Sharding 2021-03-08, Sharding 2021-03-22
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Add a tenantMigrations field to the serverStatus output included by default (as described in this section of the design). Contains:
{
tenantMigrations: {
currentMigrationsDonating: <number>
currentMigrationsReceiving: <number>
totalSuccessfulMigrationsDonated: <number>
totalSuccessfulMigrationsReceived: <number>
totalFailedMigrationsDonated: <number>
totalFailedMigrationsReceived: <number>
}
}