mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-14 00:37:33 +00:00
update
This commit is contained in:
parent
5e0f0f5fc5
commit
6e0b66ec05
@ -56,8 +56,8 @@ export function useQueryProcessor(config: any) {
|
|||||||
const c = (config.metricConfig && config.metricConfig[index]) || {};
|
const c = (config.metricConfig && config.metricConfig[index]) || {};
|
||||||
if (
|
if (
|
||||||
[
|
[
|
||||||
MetricQueryTypes.SortMetrics,
|
|
||||||
MetricQueryTypes.ReadSampledRecords,
|
MetricQueryTypes.ReadSampledRecords,
|
||||||
|
MetricQueryTypes.SortMetrics,
|
||||||
].includes(metricType)
|
].includes(metricType)
|
||||||
) {
|
) {
|
||||||
variables.push(`$condition${index}: TopNCondition!`);
|
variables.push(`$condition${index}: TopNCondition!`);
|
||||||
|
Loading…
Reference in New Issue
Block a user