mirror of
https://github.com/grafana/grafana.git
synced 2025-08-02 07:12:13 +08:00
PanelQueryState: restore comment
This commit is contained in:
@ -274,6 +274,8 @@ export class PanelQueryState {
|
||||
|
||||
return {
|
||||
state: done ? LoadingState.Done : LoadingState.Streaming,
|
||||
// This should not be needed but unfortunately Prometheus datasource sends non DataFrame here bypassing the
|
||||
// typings
|
||||
series: this.sendFrames ? getProcessedDataFrames(series) : [],
|
||||
legacy: this.sendLegacy ? translateToLegacyData(series) : undefined,
|
||||
request: {
|
||||
|
Reference in New Issue
Block a user