fix: update metric processor for the readRecords and remove readSampledRecords from metrics selector (#191)

This commit is contained in:
Fine0830
2022-11-24 18:51:21 +08:00
committed by GitHub
parent 7d802d490e
commit 7a1c83b5fb
2 changed files with 8 additions and 6 deletions

View File

@@ -134,10 +134,7 @@ export const MetricTypes: {
HEATMAP: [
{ label: "read heatmap values in the duration", value: "readHeatMap" },
],
SAMPLED_RECORD: [
{ label: "get sorted topN values", value: "readRecords" },
{ label: "get sorted topN values", value: "readSampledRecords" },
],
SAMPLED_RECORD: [{ label: "get sorted topN values", value: "readRecords" }],
};
export enum MetricCatalog {