diff options
author | Ross Brattain <ross.b.brattain@intel.com> | 2017-10-11 15:16:53 -0700 |
---|---|---|
committer | Ross Brattain <ross.b.brattain@intel.com> | 2017-10-13 06:22:42 +0000 |
commit | f05d3844c6f43310618b62d942442b2f05f91551 (patch) | |
tree | 959827f15921ff02aaac15c6aec3dce4fe99e5e7 /dashboard/opnfv_yardstick_tc071.json | |
parent | 204bed26efa57ca0de15534d9268bb4d61f7e0fa (diff) |
ping: always save rtt data, influxdb ignore empty data
If the SLA was failing we were raising AssertionError and not storing
the rtt in the data dict. This caused influxdb parse errors because the
data was empty.
Fixup influxdb to ignore records with no data, so we don't try to parse
no data.
Change the ping logic to always record the rtt result even if the SLA
was not met.
Also fixup ping logic in cases where ping does not return results. If
SLA is defined use SLA * 10 otherwise use large float that doesn't break
the grafana scale too much, maybe 999999
JIRA: YARDSTICK-809
Change-Id: Id2d51216581644a80e8c7b9aa98919a766008adf
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
(cherry picked from commit af011b16787e8fd9fc6f918b1d1427dd1be562ec)
Diffstat (limited to 'dashboard/opnfv_yardstick_tc071.json')
-rw-r--r-- | dashboard/opnfv_yardstick_tc071.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dashboard/opnfv_yardstick_tc071.json b/dashboard/opnfv_yardstick_tc071.json index defd6fada..009e0a173 100644 --- a/dashboard/opnfv_yardstick_tc071.json +++ b/dashboard/opnfv_yardstick_tc071.json @@ -994,7 +994,7 @@ ], "timeFrom": null, "timeShift": null, - "title": "Latency - Ping", + "title": "Latency - Ping, 999999 rtt indicates ping error", "tooltip": { "shared": true, "sort": 0, |