Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-53382

Add additional initial sync metrics to logs

    • Type: Icon: Task Task
    • Resolution: Unresolved
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None

      In order to have a better picture of how our initial sync is performing in current and previous versions, we need to add more metrics to our logs.

      Current important metrics that we already have in our logs -

      • failedInitialSyncAttempts
      • approxTotalDataSize
      • approxTotalBytesCopied
      • totalInitialSyncElapsedMillis
      • initialSyncAttempts
      • appliedOps
      • databases.databasesCloned

      Future metrics to add (names and methods are TBD)

      • successfulInitialSyncAttempts
      • resumedInitialSyncAttempts
      • collectionsCloned = length of listCollections response
      • <collection>.approxBytesCopied = collStats.avgObjSize * documentsCopied
      • indexesCloned = dbStats.indexes
      • totalIndexSize = dbStats.indexSize
      • totalInitialSyncOplogElapsedMillis = time for oplog application phase 
      • initialSyncMethod 
      • resycOrAddingNode 

            Assignee:
            alan.zheng@mongodb.com Alan Zheng
            Reporter:
            evin.roesle@mongodb.com Evin Roesle
            Votes:
            0 Vote for this issue
            Watchers:
            7 Start watching this issue

              Created:
              Updated: