mirror of
https://github.com/grafana/grafana.git
synced 2025-08-01 09:52:12 +08:00
Live: remove hardcoded frontend channel support (#41584)
This commit is contained in:
@ -2,7 +2,6 @@ import {
|
||||
DataFrame,
|
||||
DataQueryResponse,
|
||||
LiveChannelAddress,
|
||||
LiveChannelConfig,
|
||||
LiveChannelEvent,
|
||||
LiveChannelPresenceStatus,
|
||||
StreamingFrameOptions,
|
||||
@ -36,16 +35,6 @@ export interface GrafanaLiveSrv {
|
||||
*/
|
||||
getConnectionState(): Observable<boolean>;
|
||||
|
||||
/**
|
||||
* Get a channel. If the scope, namespace, or path is invalid, a shutdown
|
||||
* channel will be returned with an error state indicated in its status.
|
||||
*
|
||||
* This is a singleton instance that stays active until explicitly shutdown.
|
||||
* Multiple requests for this channel will return the same object until
|
||||
* the channel is shutdown
|
||||
*/
|
||||
getChannelInfo(address: LiveChannelAddress): Promise<LiveChannelConfig>;
|
||||
|
||||
/**
|
||||
* Watch for messages in a channel
|
||||
*/
|
||||
|
Reference in New Issue
Block a user