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: [ HEATMAP: [
{ label: "read heatmap values in the duration", value: "readHeatMap" }, { label: "read heatmap values in the duration", value: "readHeatMap" },
], ],
SAMPLED_RECORD: [ SAMPLED_RECORD: [{ label: "read sorted top N values", value: "readRecords" }],
{ label: "read sorted top N values", value: "readRecords" },
{ label: "get sorted topN values", value: "readSampledRecords" },
],
}; };
export enum MetricCatalog { export enum MetricCatalog {