- GrafanaBootConfig class
- constructor(options)
- alertingEnabled property
- alertingErrorOrTimeout property
- alertingMinInterval property
- alertingNoDataOrNullValues property
- allowOrgCreate property
- appSubUrl property
- appUrl property
- authProxyEnabled property
- autoAssignOrg property
- awsAllowedAuthProviders property
- awsAssumeRoleEnabled property
- azure property
- bootData property
- buildInfo property
- caching property
- customTheme property
- datasources property
- dateFormats property
- defaultDatasource property
- disableLoginForm property
- disableSanitizeHtml property
- disableUserSignUp property
- editorsCanAdmin property
- exploreEnabled property
- expressionsEnabled property
- externalUserMngInfo property
- externalUserMngLinkName property
- externalUserMngLinkUrl property
- featureToggles property
- geomapDefaultBaseLayerConfig property
- geomapDisableCustomBaseLayer property
- http2Enabled property
- ldapEnabled property
- licenseInfo property
- liveEnabled property
- loginError property
- loginHint property
- minRefreshInterval property
- navTree property
- newPanelTitle property
- oauth property
- panels property
- passwordHint property
- pluginAdminEnabled property
- pluginAdminExternalManageEnabled property
- pluginCatalogURL property
- pluginsToPreload property
- rendererAvailable property
- rendererVersion property
- samlEnabled property
- sentry property
- sigV4AuthEnabled property
- theme property
- theme2 property
- verifyEmailEnabled property
- viewersCanEdit property
- windowTitlePrefix property
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;