recorded queries/enable recorded queries option (#41670)

This commit is contained in:
Andrew Hackmann
2021-11-15 15:04:45 -06:00
committed by GitHub
parent 4cd2575ad0
commit 53905f2d4a
+3
View File
@@ -100,6 +100,9 @@ export class GrafanaBootConfig implements GrafanaConfig {
unifiedAlertingEnabled = false;
applicationInsightsConnectionString?: string;
applicationInsightsEndpointUrl?: string;
recordedQueries = {
enabled: false,
};
constructor(options: GrafanaBootConfig) {
const mode = options.bootData.user.lightTheme ? 'light' : 'dark';