This commit is contained in:
Fine 2022-11-24 16:19:09 +08:00
parent a44e98afbf
commit 74adf65b0b

View File

@ -135,7 +135,7 @@ export const MetricTypes: {
{ label: "read heatmap values in the duration", value: "readHeatMap" },
],
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" },
],
};