Live: remove hardcoded frontend channel support (#41584)

This commit is contained in:
Ryan McKinley
2021-11-15 07:54:14 -08:00
committed by GitHub
parent bfec79a7dc
commit c780854a18
19 changed files with 54 additions and 520 deletions

View File

@ -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
*/