Live: remove feature toggle and enable by default (#33654)

This commit is contained in:
Ryan McKinley
2021-05-04 08:44:55 -07:00
committed by GitHub
parent 9315152d4f
commit 33e4f8d7ac
11 changed files with 35 additions and 63 deletions

View File

@@ -57,10 +57,7 @@ export class GrafanaCtrl {
setLocationSrv(locationService);
// Initialize websocket event streaming
if (config.featureToggles.live) {
initGrafanaLive();
}
initGrafanaLive();
$scope.init = () => {
$scope.contextSrv = contextSrv;