Details
-
New Feature
-
Status: Closed
-
Major - P3
-
Resolution: Fixed
-
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
Issue Links
- has to be done after
-
SERVER-67044 Create build metrics CLI interface and generic output
-
- Closed
-
-
SERVER-67109 create build metrics json validator
-
- Closed
-
- has to be done before
-
SERVER-67060 Create metrics evergreen task
-
- Closed
-