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

Adapt t2 to recognize metric categorization in collectors’ names

    XMLWordPrintableJSON

Details

    • Icon: Task Task
    • Resolution: Unresolved
    • Icon: Major - P3 Major - P3
    • None
    • None
    • None
    • Catalog and Routing

    Description

      The `t2` tool needs to be adapted to be able to graphically represent the categorization introduced by SERVER-82931.

      The current implementation of the BSON object to use for `t2` is:

      {
         "start" : Date_t,
         "collector1" : {         
            "start" : Date_t, 
            "data" : { ... }  
            "end" : Date_t,
         },
         "collector2" : { ... },
         ...,
         "end" : Date_t,
      }
      

      After SERVER-82931, each collector's name has a prefix representing a categorization (i.e., host, process, or shard) as follows:

      {
         "start" : Date_t,
         "shard" : { "collector1" : { ... } },
         "shard" : { "collector2" : { ... } },
         "process" : { "collector3" : { ... } },
         "process" : { "collector4" : { ... } },
         ...,
         "end" : Date_t,
      }
      

      The objective of this ticket is to make `t2` understand the metric categorization and group them correctly.

      Attachments

        Activity

          People

            backlog-server-catalog-and-routing Backlog - Catalog and Routing
            pol.pinol@mongodb.com Pol Pinol
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: