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 11:44:20 -06:00
|
|
|
|
|
|
|
package featuremgmt
|
|
|
|
|
|
|
|
const (
|
|
|
|
// FlagTrimDefaults
|
|
|
|
// Use cue schema to remove values that will be applied automatically
|
|
|
|
FlagTrimDefaults = "trimDefaults"
|
|
|
|
|
|
|
|
// FlagEnvelopeEncryption
|
|
|
|
// encrypt secrets
|
|
|
|
FlagEnvelopeEncryption = "envelopeEncryption"
|
|
|
|
|
|
|
|
// FlagHttpclientproviderAzureAuth
|
2022-04-01 06:26:49 -05:00
|
|
|
// Experimental. Allow datasources to configure Azure authentication directly via JsonData
|
2022-01-26 11:44:20 -06:00
|
|
|
FlagHttpclientproviderAzureAuth = "httpclientprovider_azure_auth"
|
|
|
|
|
|
|
|
// FlagServiceAccounts
|
|
|
|
// support service accounts
|
2022-04-21 04:41:37 -05:00
|
|
|
FlagServiceAccounts = "serviceAccounts"
|
2022-01-26 11:44:20 -06: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 02:34:07 -06:00
|
|
|
// FlagDashboardPreviewsAdmin
|
|
|
|
// Manage the dashboard previews crawler process from the UI
|
|
|
|
FlagDashboardPreviewsAdmin = "dashboardPreviewsAdmin"
|
|
|
|
|
2022-01-26 11:44:20 -06: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 12:26:03 -06:00
|
|
|
// FlagPanelTitleSearch
|
|
|
|
// Search for dashboards using panel title
|
|
|
|
FlagPanelTitleSearch = "panelTitleSearch"
|
|
|
|
|
2022-01-26 11:44:20 -06:00
|
|
|
// FlagTempoSearch
|
|
|
|
// Enable searching in tempo datasources
|
|
|
|
FlagTempoSearch = "tempoSearch"
|
|
|
|
|
|
|
|
// FlagTempoBackendSearch
|
|
|
|
// Use backend for tempo search
|
|
|
|
FlagTempoBackendSearch = "tempoBackendSearch"
|
|
|
|
|
|
|
|
// FlagTempoServiceGraph
|
|
|
|
// show service
|
|
|
|
FlagTempoServiceGraph = "tempoServiceGraph"
|
|
|
|
|
2022-02-07 01:43:48 -06:00
|
|
|
// FlagLokiBackendMode
|
|
|
|
// Loki datasource works as backend datasource
|
|
|
|
FlagLokiBackendMode = "lokiBackendMode"
|
|
|
|
|
2022-01-26 11:44:20 -06:00
|
|
|
// FlagPrometheusAzureAuth
|
2022-04-01 06:26:49 -05:00
|
|
|
// Experimental. Azure authentication for Prometheus datasource
|
2022-01-26 11:44:20 -06:00
|
|
|
FlagPrometheusAzureAuth = "prometheus_azure_auth"
|
|
|
|
|
2022-02-09 12:26:16 -06:00
|
|
|
// FlagInfluxdbBackendMigration
|
|
|
|
// Query InfluxDB InfluxQL without the proxy
|
|
|
|
FlagInfluxdbBackendMigration = "influxdbBackendMigration"
|
|
|
|
|
2022-01-26 11:44:20 -06:00
|
|
|
// FlagNewNavigation
|
|
|
|
// Try the next gen navigation model
|
|
|
|
FlagNewNavigation = "newNavigation"
|
|
|
|
|
|
|
|
// FlagShowFeatureFlagsInUI
|
|
|
|
// Show feature flags in the settings UI
|
|
|
|
FlagShowFeatureFlagsInUI = "showFeatureFlagsInUI"
|
|
|
|
|
|
|
|
// FlagDisableHttpRequestHistogram
|
|
|
|
// Do not create histograms for http requests
|
|
|
|
FlagDisableHttpRequestHistogram = "disable_http_request_histogram"
|
|
|
|
|
2022-04-07 13:30:19 -05:00
|
|
|
// FlagPublicDashboards
|
|
|
|
// enables public access to dashboards
|
|
|
|
FlagPublicDashboards = "publicDashboards"
|
|
|
|
|
2022-03-01 16:46:52 -06:00
|
|
|
// FlagLokiLive
|
|
|
|
// support websocket streaming for loki (early prototype)
|
|
|
|
FlagLokiLive = "lokiLive"
|
|
|
|
|
2022-02-08 06:38:43 -06:00
|
|
|
// FlagSwaggerUi
|
|
|
|
// Serves swagger UI
|
|
|
|
FlagSwaggerUi = "swaggerUi"
|
|
|
|
|
2022-02-03 05:53:23 -06:00
|
|
|
// FlagFeatureHighlights
|
|
|
|
// Highlight Enterprise features
|
|
|
|
FlagFeatureHighlights = "featureHighlights"
|
2022-02-15 10:54:27 -06:00
|
|
|
|
2022-02-22 01:47:42 -06:00
|
|
|
// FlagDashboardComments
|
|
|
|
// Enable dashboard-wide comments
|
|
|
|
FlagDashboardComments = "dashboardComments"
|
|
|
|
|
|
|
|
// FlagAnnotationComments
|
|
|
|
// Enable annotation comments
|
|
|
|
FlagAnnotationComments = "annotationComments"
|
|
|
|
|
2022-02-15 10:54:27 -06:00
|
|
|
// FlagMigrationLocking
|
|
|
|
// Lock database during migrations
|
|
|
|
FlagMigrationLocking = "migrationLocking"
|
2022-03-14 14:07:45 -05:00
|
|
|
|
2022-03-17 12:19:23 -05:00
|
|
|
// FlagStorage
|
|
|
|
// Configurable storage for dashboards, datasources, and resources
|
|
|
|
FlagStorage = "storage"
|
|
|
|
|
2022-04-01 01:32:00 -05:00
|
|
|
// FlagAlertProvisioning
|
|
|
|
// Provisioning-friendly routes for alerting
|
|
|
|
FlagAlertProvisioning = "alertProvisioning"
|
|
|
|
|
2022-04-25 18:59:18 -05:00
|
|
|
// FlagExport
|
|
|
|
// Export grafana instance (to git, etc)
|
|
|
|
FlagExport = "export"
|
|
|
|
|
2022-03-17 12:19:23 -05:00
|
|
|
// FlagStorageLocalUpload
|
|
|
|
// allow uploads to local storage
|
|
|
|
FlagStorageLocalUpload = "storageLocalUpload"
|
|
|
|
|
2022-03-14 14:07:45 -05:00
|
|
|
// FlagAzureMonitorResourcePickerForMetrics
|
|
|
|
// New UI for Azure Monitor Metrics Query
|
|
|
|
FlagAzureMonitorResourcePickerForMetrics = "azureMonitorResourcePickerForMetrics"
|
2022-04-07 03:26:01 -05:00
|
|
|
|
|
|
|
// FlagExplore2Dashboard
|
|
|
|
// Experimental Explore to Dashboard workflow
|
|
|
|
FlagExplore2Dashboard = "explore2Dashboard"
|
2022-04-20 04:42:32 -05:00
|
|
|
|
2022-04-26 08:31:27 -05:00
|
|
|
// FlagTracing
|
|
|
|
// Adds trace ID to error notifications
|
|
|
|
FlagTracing = "tracing"
|
|
|
|
|
2022-04-20 04:42:32 -05:00
|
|
|
// FlagPersistNotifications
|
|
|
|
// PoC Notifications page
|
|
|
|
FlagPersistNotifications = "persistNotifications"
|
2022-04-21 16:50:34 -05:00
|
|
|
|
|
|
|
// FlagCommandPalette
|
|
|
|
// Enable command palette
|
|
|
|
FlagCommandPalette = "commandPalette"
|
2022-04-26 05:27:01 -05:00
|
|
|
|
|
|
|
// FlagSavedItems
|
|
|
|
// Enable Saved Items in the navbar.
|
|
|
|
FlagSavedItems = "savedItems"
|
2022-04-29 04:43:04 -05:00
|
|
|
|
|
|
|
// FlagCloudWatchDynamicLabels
|
|
|
|
// Use dynamic labels instead of alias patterns in CloudWatch datasource
|
|
|
|
FlagCloudWatchDynamicLabels = "cloudWatchDynamicLabels"
|
2022-05-03 11:02:20 -05:00
|
|
|
|
|
|
|
// FlagDatasourceQueryMultiStatus
|
|
|
|
// Introduce HTTP 207 Multi Status for api/ds/query
|
|
|
|
FlagDatasourceQueryMultiStatus = "datasourceQueryMultiStatus"
|
2022-05-04 08:54:09 -05:00
|
|
|
|
|
|
|
// FlagAzureMonitorExperimentalUI
|
|
|
|
// Use grafana-experimental UI in Azure Monitor
|
|
|
|
FlagAzureMonitorExperimentalUI = "azureMonitorExperimentalUI"
|
2022-05-05 15:46:18 -05:00
|
|
|
|
|
|
|
// FlagTraceToMetrics
|
|
|
|
// Enable trace to metrics links
|
|
|
|
FlagTraceToMetrics = "traceToMetrics"
|
2022-05-13 13:28:54 -05:00
|
|
|
|
|
|
|
// FlagPrometheusStreamingJSONParser
|
|
|
|
// Enable streaming JSON parser for Prometheus datasource
|
|
|
|
FlagPrometheusStreamingJSONParser = "prometheusStreamingJSONParser"
|
2022-05-21 19:44:12 -05:00
|
|
|
|
|
|
|
// FlagValidateDashboardsOnSave
|
|
|
|
// Validate dashboard JSON POSTed to api/dashboards/db
|
|
|
|
FlagValidateDashboardsOnSave = "validateDashboardsOnSave"
|
2022-01-26 11:44:20 -06:00
|
|
|
)
|