mirror of
https://github.com/grafana/grafana.git
synced 2026-07-30 00:08:10 -05:00
Pyroscope: Fix wrong defaults when importing query from different datasource (#69307)
This commit is contained in:
@@ -82,8 +82,7 @@ export class PhlareDataSource extends DataSourceWithBackend<Query, PhlareDataSou
|
||||
labelSelector: toPromLikeExpr(labelBasedQuery),
|
||||
queryType: 'both',
|
||||
profileTypeId: '',
|
||||
maxNodes: 16,
|
||||
groupBy: [''],
|
||||
groupBy: [],
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user