- GrafanaConfig interface
- alertingEnabled property
- alertingErrorOrTimeout property
- alertingMinInterval property
- alertingNoDataOrNullValues property
- allowOrgCreate property
- appSubUrl property
- authProxyEnabled property
- autoAssignOrg property
- bootData property
- buildInfo property
- customTheme property
- datasources property
- dateFormats property
- defaultDatasource property
- disableLoginForm property
- disableSanitizeHtml property
- disableUserSignUp property
- editorsCanAdmin property
- exploreEnabled property
- externalUserMngInfo property
- externalUserMngLinkName property
- externalUserMngLinkUrl property
- featureToggles property
- geomapDefaultBaseLayer 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
- pluginsToPreload property
- samlEnabled property
- sentry property
- sigV4AuthEnabled property
- theme property
- theme2 property
- unifiedAlertingEnabled property
- verifyEmailEnabled property
- viewersCanEdit property
- windowTitlePrefix property
GrafanaConfig interface
Describes all the different Grafana configuration values available for an instance.
Signature
export interface GrafanaConfig
Import
import { GrafanaConfig } from '@grafana/data';
Properties
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;
authProxyEnabled property
Signature
authProxyEnabled: boolean;
autoAssignOrg property
Signature
autoAssignOrg: boolean;
bootData property
Signature
bootData: any;
buildInfo property
Signature
buildInfo: BuildInfo;
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;
externalUserMngInfo property
Signature
externalUserMngInfo: string;
externalUserMngLinkName property
Signature
externalUserMngLinkName: string;
externalUserMngLinkUrl property
Signature
externalUserMngLinkUrl: string;
featureToggles property
Signature
featureToggles: FeatureToggles;
geomapDefaultBaseLayer property
Signature
geomapDefaultBaseLayer?: 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;
pluginsToPreload property
Signature
pluginsToPreload: PreloadPlugin[];
samlEnabled property
Signature
samlEnabled: boolean;
sentry property
Signature
sentry: SentryConfig;
sigV4AuthEnabled property
Signature
sigV4AuthEnabled: boolean;
theme property
Signature
theme: GrafanaTheme;
theme2 property
Signature
theme2: GrafanaTheme2;
unifiedAlertingEnabled property
Signature
unifiedAlertingEnabled: boolean;
verifyEmailEnabled property
Signature
verifyEmailEnabled: boolean;
viewersCanEdit property
Signature
viewersCanEdit: boolean;
windowTitlePrefix property
Signature
windowTitlePrefix: string;