-
Notifications
You must be signed in to change notification settings - Fork 34
Closed
Description
Observed success rate for ping tests (successes/attempts) is greater than 1 at some times.
Looking to the data without considering the average, we see this kind of behavior:
It seems that the success of a previous attempt adds up to the next point.. this generates a strange data.. I'm opening this card so that you can look and see if there is something to be done so that the metric is always relative to the same test.. how many successes they had for X amount of attempts on this test.
I'm using this policy:
handlers:
modules:
default_netprobe:
type: netprobe
metric_groups:
enable:
- counters
- quantiles
input:
tap: default_netprobe
input_type: netprobe
config:
test_type: ping
packets_per_test: 5
interval_msec: 2000
timeout_msec: 1000
packets_interval_msec: 10
packet_payload_size: 56
targets:
www.google.com:
target: www.google.com
'orb live':
target: orb.live
orb_community:
target: orb.community
kind: collection
Metadata
Metadata
Assignees
Labels
No labels