2022-04-01 14:32:00 +08:00
// NOTE: This file was auto generated. DO NOT EDIT DIRECTLY!
// To change feature flags, edit:
// pkg/services/featuremgmt/registry.go
// Then run tests in:
// pkg/services/featuremgmt/toggles_gen_test.go
2022-01-27 01:44:20 +08:00
package featuremgmt
const (
// FlagTrimDefaults
// Use cue schema to remove values that will be applied automatically
FlagTrimDefaults = "trimDefaults"
2022-05-24 16:34:47 +08:00
// FlagDisableEnvelopeEncryption
// Disable envelope encryption (emergency only)
FlagDisableEnvelopeEncryption = "disableEnvelopeEncryption"
2022-01-27 01:44:20 +08:00
// FlagLiveServiceWebWorker
// This will use a webworker thread to processes events rather than the main thread
FlagLiveServiceWebWorker = "live-service-web-worker"
// FlagQueryOverLive
2022-12-01 05:50:20 +08:00
// Use Grafana Live WebSocket to execute backend queries
2022-01-27 01:44:20 +08:00
FlagQueryOverLive = "queryOverLive"
2022-02-16 02:26:03 +08:00
// FlagPanelTitleSearch
// Search for dashboards using panel title
FlagPanelTitleSearch = "panelTitleSearch"
2022-05-30 23:43:32 +08:00
// FlagPrometheusAzureOverrideAudience
// Experimental. Allow override default AAD audience for Azure Prometheus endpoint
FlagPrometheusAzureOverrideAudience = "prometheusAzureOverrideAudience"
2022-04-08 02:30:19 +08:00
// FlagPublicDashboards
2022-12-01 05:50:20 +08:00
// Enables public access to dashboards
2022-04-08 02:30:19 +08:00
FlagPublicDashboards = "publicDashboards"
2023-01-04 03:45:15 +08:00
// FlagPublicDashboardsEmailSharing
2023-03-08 03:42:24 +08:00
// Enables public dashboard sharing to be restricted to only allowed emails
2023-01-04 03:45:15 +08:00
FlagPublicDashboardsEmailSharing = "publicDashboardsEmailSharing"
2022-03-02 06:46:52 +08:00
// FlagLokiLive
2022-12-01 05:50:20 +08:00
// Support WebSocket streaming for loki (early prototype)
2022-03-02 06:46:52 +08:00
FlagLokiLive = "lokiLive"
2022-02-03 19:53:23 +08:00
// FlagFeatureHighlights
2022-12-01 05:50:20 +08:00
// Highlight Grafana Enterprise features
2022-02-03 19:53:23 +08:00
FlagFeatureHighlights = "featureHighlights"
2022-02-16 00:54:27 +08:00
// FlagMigrationLocking
// Lock database during migrations
FlagMigrationLocking = "migrationLocking"
2022-03-15 03:07:45 +08:00
2022-03-18 01:19:23 +08:00
// FlagStorage
// Configurable storage for dashboards, datasources, and resources
FlagStorage = "storage"
2022-08-31 22:24:20 +08:00
// FlagExploreMixedDatasource
// Enable mixed datasource in Explore
FlagExploreMixedDatasource = "exploreMixedDatasource"
2023-04-21 18:31:24 +08:00
// FlagNewTraceViewHeader
// Shows the new trace view header
FlagNewTraceViewHeader = "newTraceViewHeader"
2023-02-28 23:41:40 +08:00
2022-09-16 21:14:27 +08:00
// FlagCorrelations
// Correlations page
FlagCorrelations = "correlations"
2022-05-04 00:02:20 +08:00
// FlagDatasourceQueryMultiStatus
// Introduce HTTP 207 Multi Status for api/ds/query
FlagDatasourceQueryMultiStatus = "datasourceQueryMultiStatus"
2022-05-04 21:54:09 +08:00
2022-05-06 04:46:18 +08:00
// FlagTraceToMetrics
// Enable trace to metrics links
FlagTraceToMetrics = "traceToMetrics"
2022-05-14 02:28:54 +08:00
2022-10-26 09:20:41 +08:00
// FlagNewDBLibrary
// Use jmoiron/sqlx rather than xorm for a few backend services
FlagNewDBLibrary = "newDBLibrary"
2022-05-22 08:44:12 +08:00
// FlagValidateDashboardsOnSave
// Validate dashboard JSON POSTed to api/dashboards/db
FlagValidateDashboardsOnSave = "validateDashboardsOnSave"
2022-05-25 04:17:11 +08:00
2023-03-23 12:02:36 +08:00
// FlagAutoMigrateOldPanels
// Migrate old angular panels to supported versions (graph, table-old, worldmap, etc)
FlagAutoMigrateOldPanels = "autoMigrateOldPanels"
2022-06-11 08:12:56 +08:00
2023-03-23 23:43:45 +08:00
// FlagDisableAngular
// Dynamic flag to disable angular at runtime. The preferred method is to set `angular_support_enabled` to `false` in the [security] settings, which allows you to change the state at runtime.
FlagDisableAngular = "disableAngular"
2022-05-25 04:17:11 +08:00
// FlagPrometheusWideSeries
// Enable wide series responses in the Prometheus datasource
FlagPrometheusWideSeries = "prometheusWideSeries"
2022-06-01 03:03:34 +08:00
// FlagCanvasPanelNesting
// Allow elements nesting
FlagCanvasPanelNesting = "canvasPanelNesting"
2022-06-09 21:56:32 +08:00
2022-07-07 14:53:02 +08:00
// FlagScenes
// Experimental framework to build interactive dashboards
FlagScenes = "scenes"
2022-07-13 04:27:37 +08:00
// FlagDisableSecretsCompatibility
// Disable duplicated secret storage in legacy tables
FlagDisableSecretsCompatibility = "disableSecretsCompatibility"
2022-06-10 16:56:55 +08:00
// FlagLogRequestsInstrumentedAsUnknown
// Logs the path for requests that are instrumented as unknown
FlagLogRequestsInstrumentedAsUnknown = "logRequestsInstrumentedAsUnknown"
2022-06-10 18:13:31 +08:00
// FlagDataConnectionsConsole
2022-12-01 05:50:20 +08:00
// Enables a new top-level page called Connections. This page is an experiment that provides a better experience when you install and configure data sources and other plugins.
2022-06-10 18:13:31 +08:00
FlagDataConnectionsConsole = "dataConnectionsConsole"
2022-06-10 19:02:52 +08:00
// FlagInternationalization
2022-11-23 22:23:26 +08:00
// Enables internationalization
2022-06-10 19:02:52 +08:00
FlagInternationalization = "internationalization"
2022-06-20 22:25:43 +08:00
// FlagTopnav
2023-03-30 17:42:43 +08:00
// Enables new top navigation and page layouts
2022-06-20 22:25:43 +08:00
FlagTopnav = "topnav"
2022-06-22 23:05:52 +08:00
2022-09-27 04:25:34 +08:00
// FlagGrpcServer
2023-04-04 15:42:07 +08:00
// Run the GRPC server
2022-09-27 04:25:34 +08:00
FlagGrpcServer = "grpcServer"
2022-12-01 06:52:15 +08:00
// FlagEntityStore
// SQL-based entity store (requires storage flag also)
FlagEntityStore = "entityStore"
2022-10-07 03:48:53 +08:00
2022-11-28 19:39:12 +08:00
// FlagCloudWatchCrossAccountQuerying
2023-01-28 05:46:08 +08:00
// Enables cross-account querying in CloudWatch datasources
2022-11-28 19:39:12 +08:00
FlagCloudWatchCrossAccountQuerying = "cloudWatchCrossAccountQuerying"
2022-09-05 23:39:45 +08:00
// FlagRedshiftAsyncQueryDataSupport
// Enable async query data support for Redshift
FlagRedshiftAsyncQueryDataSupport = "redshiftAsyncQueryDataSupport"
// FlagAthenaAsyncQueryDataSupport
// Enable async query data support for Athena
FlagAthenaAsyncQueryDataSupport = "athenaAsyncQueryDataSupport"
2022-09-12 15:50:54 +08:00
2022-10-10 23:03:16 +08:00
// FlagNewPanelChromeUI
// Show updated look and feel of grafana-ui PanelChrome: panel header, icons, and menu
FlagNewPanelChromeUI = "newPanelChromeUI"
2022-10-14 21:51:05 +08:00
// FlagShowDashboardValidationWarnings
2022-12-01 05:50:20 +08:00
// Show warnings when dashboards do not validate against the schema
2022-10-14 21:51:05 +08:00
FlagShowDashboardValidationWarnings = "showDashboardValidationWarnings"
2022-10-12 19:43:35 +08:00
// FlagMysqlAnsiQuotes
2022-12-01 05:50:20 +08:00
// Use double quotes to escape keyword in a MySQL query
2022-10-12 19:43:35 +08:00
FlagMysqlAnsiQuotes = "mysqlAnsiQuotes"
2022-10-20 00:10:09 +08:00
// FlagAccessControlOnCall
// Access control primitives for OnCall
FlagAccessControlOnCall = "accessControlOnCall"
2022-10-26 22:15:14 +08:00
// FlagNestedFolders
// Enable folder nesting
FlagNestedFolders = "nestedFolders"
2022-11-10 23:35:15 +08:00
2022-11-14 23:47:46 +08:00
// FlagAccessTokenExpirationCheck
// Enable OAuth access_token expiration check and token refresh using the refresh_token
FlagAccessTokenExpirationCheck = "accessTokenExpirationCheck"
2023-04-05 15:13:24 +08:00
// FlagShowTraceId
// Show trace ids for requests
FlagShowTraceId = "showTraceId"
2022-12-08 07:29:38 +08:00
// FlagDatasourceOnboarding
// Enable data source onboarding page
FlagDatasourceOnboarding = "datasourceOnboarding"
2023-03-28 17:42:23 +08:00
// FlagEmptyDashboardPage
// Enable the redesigned user interface of a dashboard page that includes no panels
FlagEmptyDashboardPage = "emptyDashboardPage"
2022-11-29 17:57:47 +08:00
// FlagAuthnService
// Use new auth service to perform authentication
FlagAuthnService = "authnService"
2022-12-07 17:55:48 +08:00
2022-12-19 23:00:15 +08:00
// FlagDisablePrometheusExemplarSampling
2023-03-27 21:52:27 +08:00
// Disable Prometheus exemplar sampling
2022-12-19 23:00:15 +08:00
FlagDisablePrometheusExemplarSampling = "disablePrometheusExemplarSampling"
2022-12-14 22:44:14 +08:00
// FlagAlertingBacktesting
// Rule backtesting API for alerting
FlagAlertingBacktesting = "alertingBacktesting"
2023-01-14 07:29:29 +08:00
2023-01-24 17:43:44 +08:00
// FlagEditPanelCSVDragAndDrop
// Enables drag and drop for CSV and Excel files
FlagEditPanelCSVDragAndDrop = "editPanelCSVDragAndDrop"
2023-01-14 07:29:29 +08:00
// FlagAlertingNoNormalState
// Stop maintaining state of alerts that are not firing
FlagAlertingNoNormalState = "alertingNoNormalState"
2023-01-20 23:29:23 +08:00
2023-01-28 00:30:25 +08:00
// FlagLogsSampleInExplore
// Enables access to the logs sample feature in Explore
FlagLogsSampleInExplore = "logsSampleInExplore"
2023-01-27 22:12:01 +08:00
// FlagLogsContextDatasourceUi
// Allow datasource to provide custom UI for context view
FlagLogsContextDatasourceUi = "logsContextDatasourceUi"
2023-02-10 01:27:02 +08:00
// FlagLokiQuerySplitting
// Split large interval queries into subqueries with smaller time intervals
FlagLokiQuerySplitting = "lokiQuerySplitting"
2023-02-21 18:19:07 +08:00
2023-03-20 23:51:36 +08:00
// FlagLokiQuerySplittingConfig
// Give users the option to configure split durations for Loki queries
FlagLokiQuerySplittingConfig = "lokiQuerySplittingConfig"
2023-02-21 18:19:07 +08:00
// FlagIndividualCookiePreferences
// Support overriding cookie preferences per user
FlagIndividualCookiePreferences = "individualCookiePreferences"
2023-03-01 18:26:19 +08:00
2023-03-23 01:41:59 +08:00
// FlagOnlyExternalOrgRoleSync
// Prohibits a user from changing organization roles synced with external auth providers
FlagOnlyExternalOrgRoleSync = "onlyExternalOrgRoleSync"
2023-03-07 00:31:08 +08:00
// FlagTraceqlSearch
// Enables the 'TraceQL Search' tab for the Tempo datasource which provides a UI to generate TraceQL queries
FlagTraceqlSearch = "traceqlSearch"
2023-03-08 02:41:05 +08:00
// FlagPrometheusMetricEncyclopedia
// Replaces the Prometheus query builder metric select option with a paginated and filterable component
FlagPrometheusMetricEncyclopedia = "prometheusMetricEncyclopedia"
2023-03-10 20:41:06 +08:00
// FlagTimeSeriesTable
// Enable time series table transformer & sparkline cell type
FlagTimeSeriesTable = "timeSeriesTable"
2023-03-16 01:12:16 +08:00
2023-04-03 22:07:17 +08:00
// FlagPrometheusResourceBrowserCache
// Displays browser caching options in Prometheus data source configuration
FlagPrometheusResourceBrowserCache = "prometheusResourceBrowserCache"
2023-03-16 01:12:16 +08:00
// FlagInfluxdbBackendMigration
// Query InfluxDB InfluxQL without the proxy
FlagInfluxdbBackendMigration = "influxdbBackendMigration"
2023-03-23 21:39:04 +08:00
// FlagClientTokenRotation
// Replaces the current in-request token rotation so that the client initiates the rotation
FlagClientTokenRotation = "clientTokenRotation"
2023-03-27 21:52:27 +08:00
2023-03-29 23:26:32 +08:00
// FlagPrometheusDataplane
// Changes responses to from Prometheus to be compliant with the dataplane specification. In particular it sets the numeric Field.Name from 'Value' to the value of the `__name__` label when present.
FlagPrometheusDataplane = "prometheusDataplane"
2023-03-31 02:53:21 +08:00
2023-04-13 21:07:08 +08:00
// FlagLokiMetricDataplane
2023-04-25 18:46:07 +08:00
// Changes metric responses from Loki to be compliant with the dataplane specification.
2023-04-13 21:07:08 +08:00
FlagLokiMetricDataplane = "lokiMetricDataplane"
2023-04-25 01:29:54 +08:00
// FlagDataplaneFrontendFallback
// Support dataplane contract field name change for transformations and field name matchers where the name is different
FlagDataplaneFrontendFallback = "dataplaneFrontendFallback"
// FlagDisableSSEDataplane
// Disables dataplane specific processing in server side expressions.
FlagDisableSSEDataplane = "disableSSEDataplane"
2023-03-31 02:53:21 +08:00
// FlagAlertStateHistoryLokiSecondary
// Enable Grafana to write alert state history to an external Loki instance in addition to Grafana annotations.
FlagAlertStateHistoryLokiSecondary = "alertStateHistoryLokiSecondary"
// FlagAlertStateHistoryLokiPrimary
// Enable a remote Loki instance as the primary source for state history reads.
FlagAlertStateHistoryLokiPrimary = "alertStateHistoryLokiPrimary"
// FlagAlertStateHistoryLokiOnly
// Disable Grafana alerts from emitting annotations when a remote Loki instance is available.
FlagAlertStateHistoryLokiOnly = "alertStateHistoryLokiOnly"
2023-03-31 21:38:09 +08:00
// FlagUnifiedRequestLog
// Writes error logs to the request logger
FlagUnifiedRequestLog = "unifiedRequestLog"
2023-04-04 00:53:38 +08:00
// FlagRenderAuthJWT
// Uses JWT-based auth for rendering instead of relying on remote cache
FlagRenderAuthJWT = "renderAuthJWT"
2023-04-05 20:57:24 +08:00
// FlagPyroscopeFlameGraph
// Changes flame graph to pyroscope one
FlagPyroscopeFlameGraph = "pyroscopeFlameGraph"
2023-04-08 05:13:19 +08:00
2023-04-11 21:21:19 +08:00
// FlagExternalServiceAuth
// Starts an OAuth2 authentication provider for external services
FlagExternalServiceAuth = "externalServiceAuth"
2023-04-13 00:30:33 +08:00
// FlagUseCachingService
// When turned on, the new query and resource caching implementation using a wire service inject will be used in place of the previous middleware implementation
FlagUseCachingService = "useCachingService"
2023-04-14 17:24:35 +08:00
// FlagEnableElasticsearchBackendQuerying
// Enable the processing of queries and responses in the Elasticsearch data source through backend
FlagEnableElasticsearchBackendQuerying = "enableElasticsearchBackendQuerying"
2023-04-13 22:07:43 +08:00
// FlagAuthenticationConfigUI
// Enables authentication configuration UI
FlagAuthenticationConfigUI = "authenticationConfigUI"
2023-04-14 19:01:10 +08:00
2023-04-18 22:12:05 +08:00
// FlagPluginsAPIManifestKey
// Use grafana.com API to retrieve the public manifest key
FlagPluginsAPIManifestKey = "pluginsAPIManifestKey"
2023-04-14 19:01:10 +08:00
// FlagAdvancedDataSourcePicker
// Enable a new data source picker with contextual information, recently used order, CSV upload and advanced mode
FlagAdvancedDataSourcePicker = "advancedDataSourcePicker"
2023-04-15 01:59:31 +08:00
// FlagOpensearchDetectVersion
// Enable version detection in OpenSearch
FlagOpensearchDetectVersion = "opensearchDetectVersion"
2023-04-24 22:46:31 +08:00
// FlagEnableDatagridEditing
// Enables the edit functionality in the datagrid panel
FlagEnableDatagridEditing = "enableDatagridEditing"
2022-01-27 01:44:20 +08:00
)