recorded queries/enable recorded queries option (#41670)
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user