This commit is contained in:
Fine 2022-11-24 18:11:46 +08:00
parent 74adf65b0b
commit 19693ccd8c

View File

@ -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 {