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

create libdeps metrics

    • Type: Icon: New Feature New Feature
    • Resolution: Fixed
    • Priority: Icon: Major - P3 Major - P3
    • 6.1.0-rc0
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None
    • Fully Compatible
    • Dev Platform 2022-07-25

      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)
       }
      }
      
      

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

              Created:
              Updated:
              Resolved: