2022-04-01 01:32:00 -05: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-26 09:44:20 -08:00
package featuremgmt
const (
// FlagTrimDefaults
// Use cue schema to remove values that will be applied automatically
FlagTrimDefaults = "trimDefaults"
2022-05-24 10:34:47 +02:00
// FlagDisableEnvelopeEncryption
// Disable envelope encryption (emergency only)
FlagDisableEnvelopeEncryption = "disableEnvelopeEncryption"
2022-01-26 09:44:20 -08:00
// FlagDatabaseMetrics
// Add prometheus metrics for database tables
FlagDatabaseMetrics = "database_metrics"
// FlagDashboardPreviews
// Create and show thumbnails for dashboard search results
FlagDashboardPreviews = "dashboardPreviews"
2022-02-17 12:34:07 +04:00
// FlagDashboardPreviewsAdmin
// Manage the dashboard previews crawler process from the UI
FlagDashboardPreviewsAdmin = "dashboardPreviewsAdmin"
2022-01-26 09:44:20 -08:00
// FlagLiveConfig
// Save grafana live configuration in SQL tables
FlagLiveConfig = "live-config"
// FlagLivePipeline
// enable a generic live processing pipeline
FlagLivePipeline = "live-pipeline"
// FlagLiveServiceWebWorker
// This will use a webworker thread to processes events rather than the main thread
FlagLiveServiceWebWorker = "live-service-web-worker"
// FlagQueryOverLive
// Use grafana live websocket to execute backend queries
FlagQueryOverLive = "queryOverLive"
2022-02-15 10:26:03 -08:00
// FlagPanelTitleSearch
// Search for dashboards using panel title
FlagPanelTitleSearch = "panelTitleSearch"
2022-06-09 17:56:15 +01:00
// FlagTempoApmTable
// Show APM table
FlagTempoApmTable = "tempoApmTable"
2022-05-30 08:43:32 -07:00
// FlagPrometheusAzureOverrideAudience
// Experimental. Allow override default AAD audience for Azure Prometheus endpoint
FlagPrometheusAzureOverrideAudience = "prometheusAzureOverrideAudience"
2022-02-09 18:26:16 +00:00
// FlagInfluxdbBackendMigration
// Query InfluxDB InfluxQL without the proxy
FlagInfluxdbBackendMigration = "influxdbBackendMigration"
2022-01-26 09:44:20 -08:00
// FlagShowFeatureFlagsInUI
// Show feature flags in the settings UI
FlagShowFeatureFlagsInUI = "showFeatureFlagsInUI"
2022-04-07 10:30:19 -08:00
// FlagPublicDashboards
// enables public access to dashboards
FlagPublicDashboards = "publicDashboards"
2022-03-01 14:46:52 -08:00
// FlagLokiLive
// support websocket streaming for loki (early prototype)
FlagLokiLive = "lokiLive"
2022-06-13 08:33:46 +02:00
// FlagLokiDataframeApi
// use experimental loki api for websocket streaming (early prototype)
FlagLokiDataframeApi = "lokiDataframeApi"
2022-02-08 14:38:43 +02:00
// FlagSwaggerUi
// Serves swagger UI
FlagSwaggerUi = "swaggerUi"
2022-02-03 13:53:23 +02:00
// FlagFeatureHighlights
// Highlight Enterprise features
FlagFeatureHighlights = "featureHighlights"
2022-02-15 18:54:27 +02:00
2022-02-22 10:47:42 +03:00
// FlagDashboardComments
// Enable dashboard-wide comments
FlagDashboardComments = "dashboardComments"
// FlagAnnotationComments
// Enable annotation comments
FlagAnnotationComments = "annotationComments"
2022-02-15 18:54:27 +02:00
// FlagMigrationLocking
// Lock database during migrations
FlagMigrationLocking = "migrationLocking"
2022-03-14 15:07:45 -04:00
2022-03-17 10:19:23 -07:00
// FlagStorage
// Configurable storage for dashboards, datasources, and resources
FlagStorage = "storage"
2022-07-14 15:36:17 -07:00
// FlagDashboardsFromStorage
// Load dashboards from the generic storage interface
FlagDashboardsFromStorage = "dashboardsFromStorage"
2022-04-25 16:59:18 -07:00
// FlagExport
// Export grafana instance (to git, etc)
FlagExport = "export"
2022-03-14 15:07:45 -04:00
// FlagAzureMonitorResourcePickerForMetrics
// New UI for Azure Monitor Metrics Query
FlagAzureMonitorResourcePickerForMetrics = "azureMonitorResourcePickerForMetrics"
2022-04-07 09:26:01 +01:00
// FlagExplore2Dashboard
// Experimental Explore to Dashboard workflow
FlagExplore2Dashboard = "explore2Dashboard"
2022-04-20 10:42:32 +01:00
2022-04-26 14:31:27 +01:00
// FlagTracing
// Adds trace ID to error notifications
FlagTracing = "tracing"
2022-04-21 16:50:34 -05:00
// FlagCommandPalette
// Enable command palette
FlagCommandPalette = "commandPalette"
2022-04-26 11:27:01 +01:00
2022-04-29 11:43:04 +02:00
// FlagCloudWatchDynamicLabels
// Use dynamic labels instead of alias patterns in CloudWatch datasource
FlagCloudWatchDynamicLabels = "cloudWatchDynamicLabels"
2022-05-03 18:02:20 +02:00
// FlagDatasourceQueryMultiStatus
// Introduce HTTP 207 Multi Status for api/ds/query
FlagDatasourceQueryMultiStatus = "datasourceQueryMultiStatus"
2022-05-04 09:54:09 -04:00
2022-05-05 14:46:18 -06:00
// FlagTraceToMetrics
// Enable trace to metrics links
FlagTraceToMetrics = "traceToMetrics"
2022-05-13 14:28:54 -04:00
// FlagPrometheusStreamingJSONParser
// Enable streaming JSON parser for Prometheus datasource
FlagPrometheusStreamingJSONParser = "prometheusStreamingJSONParser"
2022-05-21 20:44:12 -04:00
2022-07-28 14:26:51 +02:00
// FlagPrometheusStreamingJSONParserTest
// Run both old and streaming requests and log differences
FlagPrometheusStreamingJSONParserTest = "prometheusStreamingJSONParserTest"
2022-05-21 20:44:12 -04:00
// FlagValidateDashboardsOnSave
// Validate dashboard JSON POSTed to api/dashboards/db
FlagValidateDashboardsOnSave = "validateDashboardsOnSave"
2022-05-24 16:17:11 -04:00
2022-06-10 17:12:56 -07:00
// FlagAutoMigrateGraphPanels
// Replace the angular graph panel with timeseries
FlagAutoMigrateGraphPanels = "autoMigrateGraphPanels"
2022-05-24 16:17:11 -04:00
// FlagPrometheusWideSeries
// Enable wide series responses in the Prometheus datasource
FlagPrometheusWideSeries = "prometheusWideSeries"
2022-05-31 14:03:34 -05:00
// FlagCanvasPanelNesting
// Allow elements nesting
FlagCanvasPanelNesting = "canvasPanelNesting"
2022-06-09 06:56:32 -07:00
2022-07-07 08:53:02 +02:00
// FlagScenes
// Experimental framework to build interactive dashboards
FlagScenes = "scenes"
2022-06-23 11:48:28 -07:00
// FlagUseLegacyHeatmapPanel
// Continue to use the angular/flot based heatmap panel
FlagUseLegacyHeatmapPanel = "useLegacyHeatmapPanel"
2022-06-09 06:56:32 -07:00
// FlagCloudMonitoringExperimentalUI
// Use grafana-experimental UI in Cloud Monitoring
FlagCloudMonitoringExperimentalUI = "cloudMonitoringExperimentalUI"
2022-06-10 10:56:55 +02:00
2022-07-12 17:27:37 -03:00
// FlagDisableSecretsCompatibility
// Disable duplicated secret storage in legacy tables
FlagDisableSecretsCompatibility = "disableSecretsCompatibility"
2022-06-10 10:56:55 +02:00
// FlagLogRequestsInstrumentedAsUnknown
// Logs the path for requests that are instrumented as unknown
FlagLogRequestsInstrumentedAsUnknown = "logRequestsInstrumentedAsUnknown"
2022-06-10 12:13:31 +02:00
// FlagDataConnectionsConsole
// Enables a new top-level page called Data Connections. This page is an experiment for better grouping of installing / configuring data sources and other plugins.
FlagDataConnectionsConsole = "dataConnectionsConsole"
2022-06-10 12:02:52 +01:00
// FlagInternationalization
// Enables work-in-progress internationalization
FlagInternationalization = "internationalization"
2022-06-20 16:25:43 +02:00
// FlagTopnav
// New top nav and page layouts
FlagTopnav = "topnav"
2022-06-22 17:05:52 +02:00
// FlagCustomBranding
// Replaces whitelabeling with the new custom branding feature
FlagCustomBranding = "customBranding"
2022-01-26 09:44:20 -08:00
)