From 8893642b62860aa10c4057009e480cb245031540 Mon Sep 17 00:00:00 2001 From: Austen McClernon Date: Thu, 9 Mar 2023 17:45:42 +0000 Subject: [PATCH] dashboards: correct avg qps graph desc The avg QPS graph on the replication graph previously described the metric as "Exponentially weighted average", however this is not true. This commit updates the description to just be "moving average" which is accurate. Note that follow the workload does use an exponentially weighted value, however the metric in the dashboard is not the same. This commit also updates the graph header to include Replica in the title: "Average Replica Queries per Node". QPS is specific to replicas. This is already mentioned in the description. Release note (ui change): The description of the average QPS graph in the replication metrics dashboard no longer claims the average is exponentially weighted. --- .../containers/nodeGraphs/dashboards/replication.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pkg/ui/workspaces/db-console/src/views/cluster/containers/nodeGraphs/dashboards/replication.tsx b/pkg/ui/workspaces/db-console/src/views/cluster/containers/nodeGraphs/dashboards/replication.tsx index d5f09320ead5..182dbf8b479f 100644 --- a/pkg/ui/workspaces/db-console/src/views/cluster/containers/nodeGraphs/dashboards/replication.tsx +++ b/pkg/ui/workspaces/db-console/src/views/cluster/containers/nodeGraphs/dashboards/replication.tsx @@ -87,8 +87,10 @@ export default function (props: GraphDashboardProps) { , {_.map(nodeIDs, nid => (