Important: This documentation is about an older version. It's relevant only to the release noted, many of the features and functions have been updated or replaced. Please view the current version.
GrafanaBootConfig class
Signature
export declare class GrafanaBootConfig implements GrafanaConfig
Import
import { GrafanaBootConfig } from '@grafana/runtime';
Constructors
Constructor | Modifiers | Description |
---|---|---|
constructor(options) | Constructs a new instance of the GrafanaBootConfig class |
Properties
constructor(options)
Constructs a new instance of the GrafanaBootConfig
class
Signature
constructor(options: GrafanaBootConfig);
Parameters
Parameter | Type | Description |
---|---|---|
options | GrafanaBootConfig |
alertingEnabled property
Signature
alertingEnabled: boolean;
alertingErrorOrTimeout property
Signature
alertingErrorOrTimeout: string;
alertingMinInterval property
Signature
alertingMinInterval: number;
alertingNoDataOrNullValues property
Signature
alertingNoDataOrNullValues: string;
allowOrgCreate property
Signature
allowOrgCreate: boolean;
appSubUrl property
Signature
appSubUrl: string;
appUrl property
Signature
appUrl: string;
authProxyEnabled property
Signature
authProxyEnabled: boolean;
autoAssignOrg property
Signature
autoAssignOrg: boolean;
awsAllowedAuthProviders property
Signature
awsAllowedAuthProviders: string[];
awsAssumeRoleEnabled property
Signature
awsAssumeRoleEnabled: boolean;
azure property
Signature
azure: AzureSettings;
bootData property
Signature
bootData: any;
buildInfo property
Signature
buildInfo: BuildInfo;
caching property
Signature
caching: {
enabled: boolean;
};
customTheme property
Signature
customTheme?: any;
datasources property
Signature
datasources: {
[str: string]: DataSourceInstanceSettings;
};
dateFormats property
Signature
dateFormats?: SystemDateFormatSettings;
defaultDatasource property
Signature
defaultDatasource: string;
disableLoginForm property
Signature
disableLoginForm: boolean;
disableSanitizeHtml property
Signature
disableSanitizeHtml: boolean;
disableUserSignUp property
Signature
disableUserSignUp: boolean;
editorsCanAdmin property
Signature
editorsCanAdmin: boolean;
exploreEnabled property
Signature
exploreEnabled: boolean;
expressionsEnabled property
Signature
expressionsEnabled: boolean;
externalUserMngInfo property
Signature
externalUserMngInfo: string;
externalUserMngLinkName property
Signature
externalUserMngLinkName: string;
externalUserMngLinkUrl property
Signature
externalUserMngLinkUrl: string;
featureToggles property
Signature
featureToggles: FeatureToggles;
geomapDefaultBaseLayerConfig property
Signature
geomapDefaultBaseLayerConfig?: MapLayerOptions;
geomapDisableCustomBaseLayer property
Signature
geomapDisableCustomBaseLayer?: boolean;
http2Enabled property
Signature
http2Enabled: boolean;
ldapEnabled property
Signature
ldapEnabled: boolean;
licenseInfo property
Signature
licenseInfo: LicenseInfo;
liveEnabled property
Signature
liveEnabled: boolean;
loginError property
Signature
loginError: any;
loginHint property
Signature
loginHint: any;
minRefreshInterval property
Signature
minRefreshInterval: string;
navTree property
Signature
navTree: any;
newPanelTitle property
Signature
newPanelTitle: string;
oauth property
Signature
oauth: any;
panels property
Signature
panels: {
[key: string]: PanelPluginMeta;
};
passwordHint property
Signature
passwordHint: any;
pluginAdminEnabled property
Signature
pluginAdminEnabled: boolean;
pluginAdminExternalManageEnabled property
Signature
pluginAdminExternalManageEnabled: boolean;
pluginCatalogURL property
Signature
pluginCatalogURL: string;
pluginsToPreload property
Signature
pluginsToPreload: string[];
rendererAvailable property
Signature
rendererAvailable: boolean;
rendererVersion property
Signature
rendererVersion: string;
samlEnabled property
Signature
samlEnabled: boolean;
sentry property
Signature
sentry: {
enabled: boolean;
dsn: string;
customEndpoint: string;
sampleRate: number;
};
sigV4AuthEnabled property
Signature
sigV4AuthEnabled: boolean;
theme property
Signature
theme: GrafanaTheme;
theme2 property
Signature
theme2: GrafanaTheme2;
verifyEmailEnabled property
Signature
verifyEmailEnabled: boolean;
viewersCanEdit property
Signature
viewersCanEdit: boolean;
windowTitlePrefix property
Signature
windowTitlePrefix: string;