Hi All,
I'm looking for confirmation about the how NPM weighs Erros against discards in the top 10 Errors and discards.
I would imagine discards should be weighted higher than errors but how does it all get organised in the top 10?
Regards
Hi,
Currently, we sum the 4 values for this number, equally weighted.
InErrors + InDiscards + OutErrors + OutDiscards
Thanks
Is there any way to adjust the wieghting to InErrors+OutErrors but still display the InDiscards and OutDiscards ?
Unfortunately, this is in code and is not configurable. I will point the PMs at this so they can note it as a feature request.
Thanks.