Pyroscope: Fix wrong defaults when importing query from different datasource (#69307)

This commit is contained in:
Andrej Ocenas 2023-06-01 12:14:19 +02:00 committed by GitHub
parent 19153bcbc1
commit fb904852af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -82,8 +82,7 @@ export class PhlareDataSource extends DataSourceWithBackend<Query, PhlareDataSou
labelSelector: toPromLikeExpr(labelBasedQuery),
queryType: 'both',
profileTypeId: '',
maxNodes: 16,
groupBy: [''],
groupBy: [],
};
}