mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
DataSource: remove delta option (#20949)
This commit is contained in:
parent
4ad8b6f030
commit
4ba5d946f2
@ -423,16 +423,6 @@ export interface DataStreamState {
|
||||
*/
|
||||
error?: DataQueryError;
|
||||
|
||||
/**
|
||||
* @deprecated: DO NOT USE IN ANYTHING NEW!!!!
|
||||
*
|
||||
* merging streaming rows should be handled in the DataSource
|
||||
* and/or we should add metadata to this state event that
|
||||
* indicates that the PanelQueryRunner should manage the row
|
||||
* additions.
|
||||
*/
|
||||
delta?: DataFrame[];
|
||||
|
||||
/**
|
||||
* Stop listening to this stream
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user