mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-10-15 12:49:17 +00:00
fix: update metric processor for the readRecords
and remove readSampledRecords
from metrics selector (#191)
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user