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

create libdeps metrics

    XMLWordPrintableJSON

Details

    • Icon: New Feature New Feature
    • Resolution: Fixed
    • Icon: Major - P3 Major - P3
    • 6.1.0-rc0
    • None
    • None
    • None
    • Fully Compatible
    • Dev Platform 2022-07-25

    Description

      Libdeps metrics can be gathered via the libdeps analyzer. Libdeps analyzer can output metrics in json format, so the metrics can be gathered directly from the output of the analyzer.

      Json Format:
       
      {
       libdeps_metrics:{
          "NODE": <long>(1), 
          "EDGE": <long>(1), 
          "DIR_EDGE": <long>(1), 
          "TRANS_EDGE": <long>(1), 
          "DIR_PUB_EDGE": <long>(1), 
          "PUB_EDGE": <long>(1), 
          "PRIV_EDGE": <long>(1), 
          "IF_EDGE": <long>(1), 
          "PROG": <long>(1), 
          "LIB": <long>(1)
       }
      }
      
      

      Attachments

        Activity

          People

            richard.samuels@mongodb.com Richard Samuels (Inactive)
            daniel.moody@mongodb.com Daniel Moody
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: