feat: apply dashboard config

This commit is contained in:
Qiuxia Fan
2022-01-07 11:34:41 +08:00
parent e72368b6fc
commit edda37078a
6 changed files with 75 additions and 23 deletions

View File

@@ -47,11 +47,11 @@ export const ValuesTypes: {
[key: string]: Array<{ label: string; value: string }>;
} = {
REGULAR_VALUE: [
{ label: "read all values in the duration", value: "readMetricsValues" },
{
label: "read the single value in the duration",
value: "readMetricsValue",
},
{ label: "read all values in the duration", value: "readMetricsValues" },
{ label: "get sorted top N values", value: "sortMetrics" },
],
LABELED_VALUE: [