From 19693ccd8cd104255488924b29ffa05b6f967ca6 Mon Sep 17 00:00:00 2001 From: Fine Date: Thu, 24 Nov 2022 18:11:46 +0800 Subject: [PATCH] remove --- src/views/dashboard/data.ts | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/views/dashboard/data.ts b/src/views/dashboard/data.ts index ef9ccd7d..dc11f93f 100644 --- a/src/views/dashboard/data.ts +++ b/src/views/dashboard/data.ts @@ -134,10 +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" }, - { label: "get sorted topN values", value: "readSampledRecords" }, - ], + SAMPLED_RECORD: [{ label: "read sorted top N values", value: "readRecords" }], }; export enum MetricCatalog {