In Orion NPM , I have added alerting for packet loss.We get the alert representing the packet loss in multiples of 10 (70 % , 40 % 10 %)
But We could never get the packet loss in values like 7 % or 15% etc
how can that be achieved .
NPM version 12.0
The packet loss metric is based on the previous 10 attempts to poll the device, so it will always be a multiple of 10.
The standard calculation will take last 10 polling data and calculate , which wil return a value which is multiple of 10 .
If custom query can fetch values for more than last 10 polling , this can be accomplished.