From df328dc9905cdd7ce5f237e410c0acba7ea8a094 Mon Sep 17 00:00:00 2001 From: Helios Date: Mon, 2 Nov 2020 21:12:20 +0800 Subject: [PATCH] fix: use qps instead of ops --- ui/lib/apps/Overview/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/lib/apps/Overview/index.tsx b/ui/lib/apps/Overview/index.tsx index 6b663d41a7..4da266f0fa 100644 --- a/ui/lib/apps/Overview/index.tsx +++ b/ui/lib/apps/Overview/index.tsx @@ -22,7 +22,7 @@ function QPS() { name: 'Queries {result}', }, ]} - unit="ops" + unit="qps" type="bar" /> )