feat: adding truncate metric control on timeseries charts (#20373)

This commit is contained in:
Yongjie Zhao
2022-06-15 20:55:10 +08:00
committed by GitHub
parent df8bb46ee2
commit 7c252d7524
11 changed files with 52 additions and 2 deletions

View File

@@ -123,6 +123,15 @@ function createQuerySection(
},
},
],
[
{
name: `truncate_metric${controlSuffix}`,
config: {
...sharedControls.truncate_metric,
default: sharedControls.truncate_metric.default,
},
},
],
],
};
}