mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Pyroscope: Fix wrong defaults when importing query from different datasource (#69307)
This commit is contained in:
parent
19153bcbc1
commit
fb904852af
@ -82,8 +82,7 @@ export class PhlareDataSource extends DataSourceWithBackend<Query, PhlareDataSou
|
||||
labelSelector: toPromLikeExpr(labelBasedQuery),
|
||||
queryType: 'both',
|
||||
profileTypeId: '',
|
||||
maxNodes: 16,
|
||||
groupBy: [''],
|
||||
groupBy: [],
|
||||
};
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user