X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=csit.infra.dash%2Fapp%2Fcdash%2Ftrending%2Fgraphs.py;fp=csit.infra.dash%2Fapp%2Fcdash%2Ftrending%2Fgraphs.py;h=a1d61a07fce57df299c29cf0448dbc0bab70710c;hb=64794b8e249f2c48c0abf170ab3c159eb555b378;hp=ab8b627a7a90c37936cc3ba980ad0d43e46bd80b;hpb=982be86b452ca022914c18243056df22b2c85dd4;p=csit.git diff --git a/csit.infra.dash/app/cdash/trending/graphs.py b/csit.infra.dash/app/cdash/trending/graphs.py index ab8b627a7a..a1d61a07fc 100644 --- a/csit.infra.dash/app/cdash/trending/graphs.py +++ b/csit.infra.dash/app/cdash/trending/graphs.py @@ -159,8 +159,8 @@ def graph_trending( add_info = ( f"bandwidth [{row[C.UNIT['hoststack-bps']]}]: " f"{row[C.VALUE['hoststack-bps']]:,.0f}
" - f"latency [{row[C.UNIT['hoststack-lat']]}]: " - f"{row[C.VALUE['hoststack-lat']]:,.0f}
" + f"latency [{row[C.UNIT['hoststack-latency']]}]: " + f"{row[C.VALUE['hoststack-latency']]:,.0f}
" ) else: add_info = str()