Live: optionally send queries over websocket connection (#41653)

Co-authored-by: ArturWierzbicki <artur.wierzbicki@grafana.com>
Co-authored-by: Ryan McKinley <ryantxu@gmail.com>
This commit is contained in:
Alexander Emelin
2022-01-05 19:02:12 +03:00
committed by GitHub
parent bfecbdc0bd
commit b4204628e4
10 changed files with 103 additions and 15 deletions

View File

@@ -69,6 +69,7 @@ export class GrafanaBootConfig implements GrafanaConfig {
recordedQueries: false,
newNavigation: false,
fullRangeLogsVolume: false,
queryOverLive: false,
dashboardPreviews: false,
};
licenseInfo: LicenseInfo = {} as LicenseInfo;