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

create libdeps metrics

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Major - P3
    • Resolution: Fixed
    • None
    • 6.1.0-rc0
    • 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

        Issue Links

          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: