update label

This commit is contained in:
Fine 2022-11-24 18:12:41 +08:00
parent 19693ccd8c
commit c57a904147

View File

@ -134,7 +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" }],
SAMPLED_RECORD: [{ label: "get sorted topN values", value: "readRecords" }],
};
export enum MetricCatalog {