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
“live-config”boolean
“live-pipeline”boolean
“live-service-web-worker”boolean
“service-accounts”boolean
accesscontrolboolean
dashboardPreviewsboolean
database_metricsboolean
disable_http_request_histogramboolean
envelopeEncryptionboolean
featureHighlightsboolean
fullRangeLogsVolumeboolean
httpclientprovider_azure_authboolean
migrationLockingboolean
newNavigationboolean
prometheus_azure_authboolean
queryOverLiveboolean
showFeatureFlagsInUIboolean
swaggerUiboolean
tempoBackendSearchboolean
tempoSearchboolean
tempoServiceGraphboolean
trimDefaultsboolean
validatedQueriesboolean

“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;

“service-accounts” property

Signature

  1. ['service-accounts']?: boolean;

accesscontrol property

Signature

  1. accesscontrol?: boolean;

dashboardPreviews property

Signature

  1. dashboardPreviews?: boolean;

database_metrics property

Signature

  1. database_metrics?: boolean;

disable_http_request_histogram property

Signature

  1. disable_http_request_histogram?: boolean;

envelopeEncryption property

Signature

  1. envelopeEncryption?: boolean;

featureHighlights property

Signature

  1. featureHighlights?: boolean;

fullRangeLogsVolume property

Signature

  1. fullRangeLogsVolume?: boolean;

httpclientprovider_azure_auth property

Signature

  1. httpclientprovider_azure_auth?: boolean;

migrationLocking property

Signature

  1. migrationLocking?: boolean;

newNavigation property

Signature

  1. newNavigation?: boolean;

prometheus_azure_auth property

Signature

  1. prometheus_azure_auth?: boolean;

queryOverLive property

Signature

  1. queryOverLive?: boolean;

showFeatureFlagsInUI property

Signature

  1. showFeatureFlagsInUI?: 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;

trimDefaults property

Signature

  1. trimDefaults?: boolean;

validatedQueries property

Signature

  1. validatedQueries?: boolean;