FeatureToggles interface

Describes available feature toggles in Grafana. These can be configured via conf/custom.ini to enable features under development or not yet available in stable version.

Only enabled values will be returned in this interface

Signature

  1. export interface FeatureToggles

Import

  1. import { FeatureToggles } from '@grafana/data';

Properties

PropertyTypeDescription
“accesscontrol-builtins”boolean
“live-config”boolean
“live-pipeline”boolean
“live-service-web-worker”boolean
accesscontrolboolean
alertProvisioningboolean
annotationCommentsboolean
azureMonitorResourcePickerForMetricsboolean
dashboardCommentsboolean
dashboardPreviewsboolean
dashboardPreviewsAdminboolean
dashboardPreviewsSchedulerboolean
database_metricsboolean
datasourceQueryMultiStatusboolean
disable_http_request_histogramboolean
envelopeEncryptionboolean
explore2Dashboardboolean
featureHighlightsboolean
httpclientprovider_azure_authboolean
influxdbBackendMigrationboolean
lokiBackendModeboolean
lokiLiveboolean
migrationLockingboolean
newNavigationboolean
panelTitleSearchboolean
persistNotificationsboolean
prometheus_azure_authboolean
queryOverLiveboolean
saveDashboardDrawerboolean
serviceAccountsboolean
showFeatureFlagsInUIboolean
storageboolean
storageLocalUploadboolean
swaggerUiboolean
tempoBackendSearchboolean
tempoSearchboolean
tempoServiceGraphboolean
tracingboolean
trimDefaultsboolean
validatedQueriesboolean

“accesscontrol-builtins” property

Signature

  1. ['accesscontrol-builtins']?: boolean;

“live-config” property

Signature

  1. ['live-config']?: boolean;

“live-pipeline” property

Signature

  1. ['live-pipeline']?: boolean;

“live-service-web-worker” property

Signature

  1. ['live-service-web-worker']?: boolean;

accesscontrol property

Signature

  1. accesscontrol?: boolean;

alertProvisioning property

Signature

  1. alertProvisioning?: boolean;

annotationComments property

Signature

  1. annotationComments?: boolean;

azureMonitorResourcePickerForMetrics property

Signature

  1. azureMonitorResourcePickerForMetrics?: boolean;

dashboardComments property

Signature

  1. dashboardComments?: boolean;

dashboardPreviews property

Signature

  1. dashboardPreviews?: boolean;

dashboardPreviewsAdmin property

Signature

  1. dashboardPreviewsAdmin?: boolean;

dashboardPreviewsScheduler property

Signature

  1. dashboardPreviewsScheduler?: boolean;

database_metrics property

Signature

  1. database_metrics?: boolean;

datasourceQueryMultiStatus property

Signature

  1. datasourceQueryMultiStatus?: boolean;

disable_http_request_histogram property

Signature

  1. disable_http_request_histogram?: boolean;

envelopeEncryption property

Signature

  1. envelopeEncryption?: boolean;

explore2Dashboard property

Signature

  1. explore2Dashboard?: boolean;

featureHighlights property

Signature

  1. featureHighlights?: boolean;

httpclientprovider_azure_auth property

Signature

  1. httpclientprovider_azure_auth?: boolean;

influxdbBackendMigration property

Signature

  1. influxdbBackendMigration?: boolean;

lokiBackendMode property

Signature

  1. lokiBackendMode?: boolean;

lokiLive property

Signature

  1. lokiLive?: boolean;

migrationLocking property

Signature

  1. migrationLocking?: boolean;

newNavigation property

Signature

  1. newNavigation?: boolean;

panelTitleSearch property

Signature

  1. panelTitleSearch?: boolean;

persistNotifications property

Signature

  1. persistNotifications?: boolean;

prometheus_azure_auth property

Signature

  1. prometheus_azure_auth?: boolean;

queryOverLive property

Signature

  1. queryOverLive?: boolean;

saveDashboardDrawer property

Signature

  1. saveDashboardDrawer?: boolean;

serviceAccounts property

Signature

  1. serviceAccounts?: boolean;

showFeatureFlagsInUI property

Signature

  1. showFeatureFlagsInUI?: boolean;

storage property

Signature

  1. storage?: boolean;

storageLocalUpload property

Signature

  1. storageLocalUpload?: boolean;

swaggerUi property

Signature

  1. swaggerUi?: boolean;

tempoBackendSearch property

Signature

  1. tempoBackendSearch?: boolean;

tempoSearch property

Signature

  1. tempoSearch?: boolean;

tempoServiceGraph property

Signature

  1. tempoServiceGraph?: boolean;

tracing property

Signature

  1. tracing?: boolean;

trimDefaults property

Signature

  1. trimDefaults?: boolean;

validatedQueries property

Signature

  1. validatedQueries?: boolean;