From c57a90414744983594bd77cb15f4df3c0cfa2bfc Mon Sep 17 00:00:00 2001 From: Fine Date: Thu, 24 Nov 2022 18:12:41 +0800 Subject: [PATCH] update label --- src/views/dashboard/data.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/dashboard/data.ts b/src/views/dashboard/data.ts index dc11f93f..c1edb5af 100644 --- a/src/views/dashboard/data.ts +++ b/src/views/dashboard/data.ts @@ -134,7 +134,7 @@ export const MetricTypes: { HEATMAP: [ { label: "read heatmap values in the duration", value: "readHeatMap" }, ], - SAMPLED_RECORD: [{ label: "read sorted top N values", value: "readRecords" }], + SAMPLED_RECORD: [{ label: "get sorted topN values", value: "readRecords" }], }; export enum MetricCatalog {