mirror of
https://github.com/grafana/grafana.git
synced 2025-02-11 08:05:43 -06:00
fix(streaming): clear data stream on subject completion
This commit is contained in:
parent
cf751c256b
commit
223f2320eb
@ -252,6 +252,7 @@ class MetricsPanelCtrl extends PanelCtrl {
|
||||
},
|
||||
complete: () => {
|
||||
console.log('panel: observer got complete');
|
||||
this.dataStream = null;
|
||||
}
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user