C-Dash: Fix hoststack graphs 20/39620/1
authorTibor Frank <tifrank@cisco.com>
Fri, 6 Oct 2023 07:34:33 +0000 (07:34 +0000)
committerTibor Frank <tifrank@cisco.com>
Fri, 6 Oct 2023 07:34:33 +0000 (07:34 +0000)
Change-Id: Ie91ef1d83e595a6b69ecd35aad5443896ffc96b9
Signed-off-by: Tibor Frank <tifrank@cisco.com>
csit.infra.dash/app/cdash/trending/graphs.py

index ab8b627..a1d61a0 100644 (file)
@@ -159,8 +159,8 @@ def graph_trending(
                 add_info = (
                     f"bandwidth [{row[C.UNIT['hoststack-bps']]}]: "
                     f"{row[C.VALUE['hoststack-bps']]:,.0f}<br>"
-                    f"latency [{row[C.UNIT['hoststack-lat']]}]: "
-                    f"{row[C.VALUE['hoststack-lat']]:,.0f}<br>"
+                    f"latency [{row[C.UNIT['hoststack-latency']]}]: "
+                    f"{row[C.VALUE['hoststack-latency']]:,.0f}<br>"
                 )
             else:
                 add_info = str()