mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-13 16:27:33 +00:00
remove
This commit is contained in:
parent
74adf65b0b
commit
19693ccd8c
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user