2022-04-01 14:32:00 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								// To change feature flags, edit:
  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								//  pkg/services/featuremgmt/registry.go
  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								// Then run tests in:
  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								//  pkg/services/featuremgmt/toggles_gen_test.go
  
						 
					
						
							
								
									
										
										
										
											2022-06-10 19:02:52 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								// twice to generate and validate the feature flag files
  
						 
					
						
							
								
									
										
										
										
											2022-04-01 14:32:00 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2022-01-27 01:44:20 +08:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								package  featuremgmt  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								var  (  
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
									// Register each toggle here
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
									standardFeatureFlags  =  [ ] FeatureFlag { 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
										{ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Name :         "trimDefaults" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Description :  "Use cue schema to remove values that will be applied automatically" , 
							 
						 
					
						
							
								
									
										
										
										
											2023-06-09 00:16:55 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Stage :        FeatureStagePublicPreview , 
							 
						 
					
						
							
								
									
										
										
										
											2023-03-08 23:38:52 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Owner :        grafanaAsCodeSquad , 
							 
						 
					
						
							
								
									
										
										
										
											2022-01-27 01:44:20 +08:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
										} , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
										{ 
							 
						 
					
						
							
								
									
										
										
										
											2022-05-24 16:34:47 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Name :         "disableEnvelopeEncryption" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Description :  "Disable envelope encryption (emergency only)" , 
							 
						 
					
						
							
								
									
										
										
										
											2023-06-09 00:16:55 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Stage :        FeatureStageGeneralAvailability , 
							 
						 
					
						
							
								
									
										
										
										
											2023-03-08 18:14:37 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Owner :        grafanaAsCodeSquad , 
							 
						 
					
						
							
								
									
										
										
										
											2022-01-27 01:44:20 +08:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
										} , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
										{ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Name :          "live-service-web-worker" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Description :   "This will use a webworker thread to processes events rather than the main thread" , 
							 
						 
					
						
							
								
									
										
										
										
											2023-06-09 00:16:55 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Stage :         FeatureStageExperimental , 
							 
						 
					
						
							
								
									
										
										
										
											2022-01-27 01:44:20 +08:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
											FrontendOnly :  true , 
							 
						 
					
						
							
								
									
										
										
										
											2023-03-08 00:04:20 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Owner :         grafanaAppPlatformSquad , 
							 
						 
					
						
							
								
									
										
										
										
											2022-01-27 01:44:20 +08:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
										} , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
										{ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Name :          "queryOverLive" , 
							 
						 
					
						
							
								
									
										
										
										
											2022-12-01 05:50:20 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Description :   "Use Grafana Live WebSocket to execute backend queries" , 
							 
						 
					
						
							
								
									
										
										
										
											2023-06-09 00:16:55 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Stage :         FeatureStageExperimental , 
							 
						 
					
						
							
								
									
										
										
										
											2022-01-27 01:44:20 +08:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
											FrontendOnly :  true , 
							 
						 
					
						
							
								
									
										
										
										
											2023-03-08 00:04:20 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Owner :         grafanaAppPlatformSquad , 
							 
						 
					
						
							
								
									
										
										
										
											2022-01-27 01:44:20 +08:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
										} , 
							 
						 
					
						
							
								
									
										
										
										
											2022-02-16 02:26:03 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										{ 
							 
						 
					
						
							
								
									
										
										
										
											2022-05-03 03:01:29 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Name :         "panelTitleSearch" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Description :  "Search for dashboards using panel title" , 
							 
						 
					
						
							
								
									
										
										
										
											2023-06-09 00:16:55 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Stage :        FeatureStagePublicPreview , 
							 
						 
					
						
							
								
									
										
										
										
											2023-03-08 00:04:20 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Owner :        grafanaAppPlatformSquad , 
							 
						 
					
						
							
								
									
										
										
										
											2022-02-16 02:26:03 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										} , 
							 
						 
					
						
							
								
									
										
										
										
											2022-04-08 02:30:19 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										{ 
							 
						 
					
						
							
								
									
										
										
										
											2022-07-01 07:10:30 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Name :         "publicDashboards" , 
							 
						 
					
						
							
								
									
										
										
										
											2022-12-01 05:50:20 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Description :  "Enables public access to dashboards" , 
							 
						 
					
						
							
								
									
										
										
										
											2023-10-13 22:32:49 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Stage :        FeatureStageGeneralAvailability , 
							 
						 
					
						
							
								
									
										
										
										
											2023-08-31 03:34:07 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Owner :        grafanaSharingSquad , 
							 
						 
					
						
							
								
									
										
										
										
											2023-10-13 22:32:49 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Expression :   "true" ,  // enabled by default
 
							 
						 
					
						
							
								
									
										
										
										
											2022-04-08 02:30:19 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										} , 
							 
						 
					
						
							
								
									
										
										
										
											2023-01-04 03:45:15 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										{ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Name :             "publicDashboardsEmailSharing" , 
							 
						 
					
						
							
								
									
										
										
										
											2023-03-08 03:42:24 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Description :      "Enables public dashboard sharing to be restricted to only allowed emails" , 
							 
						 
					
						
							
								
									
										
										
										
											2023-06-09 00:16:55 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Stage :            FeatureStagePublicPreview , 
							 
						 
					
						
							
								
									
										
										
										
											2023-01-04 03:45:15 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											RequiresLicense :  true , 
							 
						 
					
						
							
								
									
										
										
										
											2023-08-31 03:34:07 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Owner :            grafanaSharingSquad , 
							 
						 
					
						
							
								
									
										
										
										
											2023-05-31 00:04:01 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											HideFromDocs :     true , 
							 
						 
					
						
							
								
									
										
										
										
											2023-01-04 03:45:15 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										} , 
							 
						 
					
						
							
								
									
										
										
										
											2022-03-02 06:46:52 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										{ 
							 
						 
					
						
							
								
									
										
										
										
											2023-06-19 18:03:51 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Name :         "lokiExperimentalStreaming" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Description :  "Support new streaming approach for loki (prototype, needs special loki build)" , 
							 
						 
					
						
							
								
									
										
										
										
											2023-06-09 00:16:55 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Stage :        FeatureStageExperimental , 
							 
						 
					
						
							
								
									
										
										
										
											2023-03-08 20:42:47 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Owner :        grafanaObservabilityLogsSquad , 
							 
						 
					
						
							
								
									
										
										
										
											2022-03-02 06:46:52 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										} , 
							 
						 
					
						
							
								
									
										
										
										
											2022-02-03 19:53:23 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										{ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Name :         "featureHighlights" , 
							 
						 
					
						
							
								
									
										
										
										
											2022-12-01 05:50:20 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Description :  "Highlight Grafana Enterprise features" , 
							 
						 
					
						
							
								
									
										
										
										
											2023-06-09 00:16:55 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Stage :        FeatureStageGeneralAvailability , 
							 
						 
					
						
							
								
									
										
										
										
											2023-03-08 23:38:52 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Owner :        grafanaAsCodeSquad , 
							 
						 
					
						
							
								
									
										
										
										
											2022-02-03 19:53:23 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										} , 
							 
						 
					
						
							
								
									
										
										
										
											2022-02-16 00:54:27 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										{ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Name :         "migrationLocking" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Description :  "Lock database during migrations" , 
							 
						 
					
						
							
								
									
										
										
										
											2023-06-09 00:16:55 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Stage :        FeatureStagePublicPreview , 
							 
						 
					
						
							
								
									
										
										
										
											2023-03-08 13:57:50 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Owner :        grafanaBackendPlatformSquad , 
							 
						 
					
						
							
								
									
										
										
										
											2022-02-16 00:54:27 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										} , 
							 
						 
					
						
							
								
									
										
										
										
											2022-03-18 01:19:23 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										{ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Name :         "storage" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Description :  "Configurable storage for dashboards, datasources, and resources" , 
							 
						 
					
						
							
								
									
										
										
										
											2023-06-09 00:16:55 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Stage :        FeatureStageExperimental , 
							 
						 
					
						
							
								
									
										
										
										
											2023-03-08 00:04:20 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Owner :        grafanaAppPlatformSquad , 
							 
						 
					
						
							
								
									
										
										
										
											2022-03-18 01:19:23 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										} , 
							 
						 
					
						
							
								
									
										
										
										
											2022-09-16 21:14:27 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										{ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Name :         "correlations" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Description :  "Correlations page" , 
							 
						 
					
						
							
								
									
										
										
										
											2023-06-09 00:16:55 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Stage :        FeatureStagePublicPreview , 
							 
						 
					
						
							
								
									
										
										
										
											2023-03-08 19:45:45 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Owner :        grafanaExploreSquad , 
							 
						 
					
						
							
								
									
										
										
										
											2022-09-16 21:14:27 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										} , 
							 
						 
					
						
							
								
									
										
										
										
											2023-10-14 00:57:13 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										{ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Name :          "exploreContentOutline" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Description :   "Content outline sidebar" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Stage :         FeatureStageGeneralAvailability , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Owner :         grafanaExploreSquad , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Expression :    "true" ,  // enabled by default
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											FrontendOnly :  true , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
										} , 
							 
						 
					
						
							
								
									
										
										
										
											2022-05-04 00:02:20 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										{ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Name :         "datasourceQueryMultiStatus" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Description :  "Introduce HTTP 207 Multi Status for api/ds/query" , 
							 
						 
					
						
							
								
									
										
										
										
											2023-06-09 00:16:55 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Stage :        FeatureStageExperimental , 
							 
						 
					
						
							
								
									
										
										
										
											2023-03-08 00:04:20 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Owner :        grafanaPluginsPlatformSquad , 
							 
						 
					
						
							
								
									
										
										
										
											2022-05-04 00:02:20 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										} , 
							 
						 
					
						
							
								
									
										
										
										
											2022-05-06 04:46:18 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										{ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Name :          "traceToMetrics" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Description :   "Enable trace to metrics links" , 
							 
						 
					
						
							
								
									
										
										
										
											2023-06-09 00:16:55 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Stage :         FeatureStageExperimental , 
							 
						 
					
						
							
								
									
										
										
										
											2022-05-06 04:46:18 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											FrontendOnly :  true , 
							 
						 
					
						
							
								
									
										
										
										
											2023-03-08 22:54:42 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Owner :         grafanaObservabilityTracesAndProfilingSquad , 
							 
						 
					
						
							
								
									
										
										
										
											2022-05-06 04:46:18 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										} , 
							 
						 
					
						
							
								
									
										
										
										
											2022-10-26 09:20:41 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										{ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Name :         "newDBLibrary" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Description :  "Use jmoiron/sqlx rather than xorm for a few backend services" , 
							 
						 
					
						
							
								
									
										
										
										
											2023-06-09 00:16:55 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Stage :        FeatureStagePublicPreview , 
							 
						 
					
						
							
								
									
										
										
										
											2023-03-08 00:04:20 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Owner :        grafanaBackendPlatformSquad , 
							 
						 
					
						
							
								
									
										
										
										
											2022-10-26 09:20:41 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										} , 
							 
						 
					
						
							
								
									
										
										
										
											2022-06-11 08:12:56 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										{ 
							 
						 
					
						
							
								
									
										
										
										
											2023-03-23 12:02:36 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Name :          "autoMigrateOldPanels" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Description :   "Migrate old angular panels to supported versions (graph, table-old, worldmap, etc)" , 
							 
						 
					
						
							
								
									
										
										
										
											2023-06-09 00:16:55 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Stage :         FeatureStagePublicPreview , 
							 
						 
					
						
							
								
									
										
										
										
											2022-06-11 08:12:56 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											FrontendOnly :  true , 
							 
						 
					
						
							
								
									
										
										
										
											2023-03-08 00:04:20 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Owner :         grafanaDatavizSquad , 
							 
						 
					
						
							
								
									
										
										
										
											2022-06-11 08:12:56 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										} , 
							 
						 
					
						
							
								
									
										
										
										
											2023-03-23 23:43:45 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										{ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Name :          "disableAngular" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Description :   "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." , 
							 
						 
					
						
							
								
									
										
										
										
											2023-06-09 00:16:55 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Stage :         FeatureStagePublicPreview , 
							 
						 
					
						
							
								
									
										
										
										
											2023-03-23 23:43:45 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											FrontendOnly :  true , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Owner :         grafanaDatavizSquad , 
							 
						 
					
						
							
								
									
										
										
										
											2022-05-25 04:17:11 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										} , 
							 
						 
					
						
							
								
									
										
										
										
											2022-06-01 03:03:34 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										{ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Name :          "canvasPanelNesting" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Description :   "Allow elements nesting" , 
							 
						 
					
						
							
								
									
										
										
										
											2023-06-09 00:16:55 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Stage :         FeatureStageExperimental , 
							 
						 
					
						
							
								
									
										
										
										
											2022-06-01 03:03:34 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											FrontendOnly :  true , 
							 
						 
					
						
							
								
									
										
										
										
											2023-03-08 00:04:20 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Owner :         grafanaDatavizSquad , 
							 
						 
					
						
							
								
									
										
										
										
											2022-06-01 03:03:34 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										} , 
							 
						 
					
						
							
								
									
										
										
										
											2022-07-07 14:53:02 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										{ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Name :          "scenes" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Description :   "Experimental framework to build interactive dashboards" , 
							 
						 
					
						
							
								
									
										
										
										
											2023-06-09 00:16:55 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Stage :         FeatureStageExperimental , 
							 
						 
					
						
							
								
									
										
										
										
											2022-07-07 14:53:02 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											FrontendOnly :  true , 
							 
						 
					
						
							
								
									
										
										
										
											2023-03-08 00:04:20 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Owner :         grafanaDashboardsSquad , 
							 
						 
					
						
							
								
									
										
										
										
											2022-07-07 14:53:02 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										} , 
							 
						 
					
						
							
								
									
										
										
										
											2022-07-13 04:27:37 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										{ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Name :             "disableSecretsCompatibility" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Description :      "Disable duplicated secret storage in legacy tables" , 
							 
						 
					
						
							
								
									
										
										
										
											2023-06-09 00:16:55 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Stage :            FeatureStageExperimental , 
							 
						 
					
						
							
								
									
										
										
										
											2022-07-13 04:27:37 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											RequiresRestart :  true , 
							 
						 
					
						
							
								
									
										
										
										
											2023-03-09 01:25:12 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Owner :            hostedGrafanaTeam , 
							 
						 
					
						
							
								
									
										
										
										
											2022-07-13 04:27:37 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										} , 
							 
						 
					
						
							
								
									
										
										
										
											2022-06-10 16:56:55 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										{ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Name :         "logRequestsInstrumentedAsUnknown" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Description :  "Logs the path for requests that are instrumented as unknown" , 
							 
						 
					
						
							
								
									
										
										
										
											2023-06-09 00:16:55 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Stage :        FeatureStageExperimental , 
							 
						 
					
						
							
								
									
										
										
										
											2023-03-09 01:25:12 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Owner :        hostedGrafanaTeam , 
							 
						 
					
						
							
								
									
										
										
										
											2022-06-10 18:13:31 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										} , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
										{ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Name :         "dataConnectionsConsole" , 
							 
						 
					
						
							
								
									
										
										
										
											2022-12-01 05:50:20 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Description :  "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." , 
							 
						 
					
						
							
								
									
										
										
										
											2023-06-09 00:16:55 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Stage :        FeatureStageGeneralAvailability , 
							 
						 
					
						
							
								
									
										
										
										
											2023-03-22 15:25:35 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Expression :   "true" ,  // turned on by default
 
							 
						 
					
						
							
								
									
										
										
										
											2023-03-09 00:23:20 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Owner :        grafanaPluginsPlatformSquad , 
							 
						 
					
						
							
								
									
										
										
										
											2022-06-10 19:02:52 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										} , 
							 
						 
					
						
							
								
									
										
										
										
											2022-06-20 22:25:43 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										{ 
							 
						 
					
						
							
								
									
										
										
										
											2023-07-26 19:07:18 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											// Some plugins rely on topnav feature flag being enabled, so we cannot remove this until we
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											// can afford the breaking change, or we've detemined no one else is relying on it
 
							 
						 
					
						
							
								
									
										
										
										
											2022-06-20 22:25:43 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Name :         "topnav" , 
							 
						 
					
						
							
								
									
										
										
										
											2023-07-26 19:07:18 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Description :  "Enables topnav support in external plugins. The new Grafana navigation cannot be disabled." , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Stage :        FeatureStageDeprecated , 
							 
						 
					
						
							
								
									
										
										
										
											2023-03-30 17:42:43 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Expression :   "true" ,  // enabled by default
 
							 
						 
					
						
							
								
									
										
										
										
											2023-06-05 19:24:17 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Owner :        grafanaFrontendPlatformSquad , 
							 
						 
					
						
							
								
									
										
										
										
											2022-06-20 22:25:43 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										} , 
							 
						 
					
						
							
								
									
										
										
										
											2023-09-18 18:57:11 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										{ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Name :          "dockedMegaMenu" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Description :   "Enable support for a persistent (docked) navigation menu" , 
							 
						 
					
						
							
								
									
										
										
										
											2023-10-10 21:55:52 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Stage :         FeatureStageExperimental , 
							 
						 
					
						
							
								
									
										
										
										
											2023-09-18 18:57:11 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											FrontendOnly :  true , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Owner :         grafanaFrontendPlatformSquad , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
										} , 
							 
						 
					
						
							
								
									
										
										
										
											2022-08-25 00:57:59 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										{ 
							 
						 
					
						
							
								
									
										
										
										
											2023-04-04 15:42:07 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Name :         "grpcServer" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Description :  "Run the GRPC server" , 
							 
						 
					
						
							
								
									
										
										
										
											2023-06-09 00:16:55 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Stage :        FeatureStagePublicPreview , 
							 
						 
					
						
							
								
									
										
										
										
											2023-04-04 15:42:07 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Owner :        grafanaAppPlatformSquad , 
							 
						 
					
						
							
								
									
										
										
										
											2022-10-07 03:48:53 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										} , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
										{ 
							 
						 
					
						
							
								
									
										
										
										
											2022-12-01 06:52:15 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Name :             "entityStore" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Description :      "SQL-based entity store (requires storage flag also)" , 
							 
						 
					
						
							
								
									
										
										
										
											2023-06-09 00:16:55 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Stage :            FeatureStageExperimental , 
							 
						 
					
						
							
								
									
										
										
										
											2022-10-07 03:48:53 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											RequiresDevMode :  true , 
							 
						 
					
						
							
								
									
										
										
										
											2023-03-08 00:04:20 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Owner :            grafanaAppPlatformSquad , 
							 
						 
					
						
							
								
									
										
										
										
											2022-10-07 03:48:53 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										} , 
							 
						 
					
						
							
								
									
										
										
										
											2022-11-28 19:39:12 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										{ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Name :         "cloudWatchCrossAccountQuerying" , 
							 
						 
					
						
							
								
									
										
										
										
											2023-01-28 05:46:08 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Description :  "Enables cross-account querying in CloudWatch datasources" , 
							 
						 
					
						
							
								
									
										
										
										
											2023-06-09 00:16:55 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Stage :        FeatureStageGeneralAvailability , 
							 
						 
					
						
							
								
									
										
										
										
											2023-03-16 01:12:16 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Expression :   "true" ,  // enabled by default
 
							 
						 
					
						
							
								
									
										
										
										
											2023-07-06 23:06:11 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Owner :        awsDatasourcesSquad , 
							 
						 
					
						
							
								
									
										
										
										
											2022-10-07 18:39:14 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										} , 
							 
						 
					
						
							
								
									
										
										
										
											2022-09-05 23:39:45 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										{ 
							 
						 
					
						
							
								
									
										
										
										
											2023-06-28 21:42:02 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Name :         "redshiftAsyncQueryDataSupport" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Description :  "Enable async query data support for Redshift" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Stage :        FeatureStageGeneralAvailability , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Expression :   "true" ,  // enabled by default
 
							 
						 
					
						
							
								
									
										
										
										
											2023-07-06 23:06:11 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Owner :        awsDatasourcesSquad , 
							 
						 
					
						
							
								
									
										
										
										
											2022-09-05 23:39:45 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										} , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
										{ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Name :          "athenaAsyncQueryDataSupport" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Description :   "Enable async query data support for Athena" , 
							 
						 
					
						
							
								
									
										
										
										
											2023-06-28 21:42:02 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Stage :         FeatureStageGeneralAvailability , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Expression :    "true" ,  // enabled by default
 
							 
						 
					
						
							
								
									
										
										
										
											2022-09-05 23:39:45 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											FrontendOnly :  true , 
							 
						 
					
						
							
								
									
										
										
										
											2023-07-06 23:06:11 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Owner :         awsDatasourcesSquad , 
							 
						 
					
						
							
								
									
										
										
										
											2022-09-05 23:39:45 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										} , 
							 
						 
					
						
							
								
									
										
										
										
											2023-09-26 02:19:12 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										{ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Name :         "cloudwatchNewRegionsHandler" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Description :  "Refactor of /regions endpoint, no user-facing changes" , 
							 
						 
					
						
							
								
									
										
										
										
											2023-10-17 22:15:05 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Stage :        FeatureStageExperimental , 
							 
						 
					
						
							
								
									
										
										
										
											2023-09-26 02:19:12 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Owner :        awsDatasourcesSquad , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
										} , 
							 
						 
					
						
							
								
									
										
										
										
											2022-10-14 21:51:05 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										{ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Name :         "showDashboardValidationWarnings" , 
							 
						 
					
						
							
								
									
										
										
										
											2022-12-01 05:50:20 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Description :  "Show warnings when dashboards do not validate against the schema" , 
							 
						 
					
						
							
								
									
										
										
										
											2023-06-09 00:16:55 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Stage :        FeatureStageExperimental , 
							 
						 
					
						
							
								
									
										
										
										
											2023-03-09 19:09:19 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Owner :        grafanaDashboardsSquad , 
							 
						 
					
						
							
								
									
										
										
										
											2022-10-14 21:51:05 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										} , 
							 
						 
					
						
							
								
									
										
										
										
											2022-10-12 19:43:35 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										{ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Name :         "mysqlAnsiQuotes" , 
							 
						 
					
						
							
								
									
										
										
										
											2022-12-01 05:50:20 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Description :  "Use double quotes to escape keyword in a MySQL query" , 
							 
						 
					
						
							
								
									
										
										
										
											2023-06-09 00:16:55 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Stage :        FeatureStageExperimental , 
							 
						 
					
						
							
								
									
										
										
										
											2023-03-08 13:57:50 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Owner :        grafanaBackendPlatformSquad , 
							 
						 
					
						
							
								
									
										
										
										
											2022-10-12 19:43:35 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										} , 
							 
						 
					
						
							
								
									
										
										
										
											2022-10-20 00:10:09 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										{ 
							 
						 
					
						
							
								
									
										
										
										
											2023-01-05 00:52:08 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Name :         "accessControlOnCall" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Description :  "Access control primitives for OnCall" , 
							 
						 
					
						
							
								
									
										
										
										
											2023-06-09 00:16:55 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Stage :        FeatureStagePublicPreview , 
							 
						 
					
						
							
								
									
										
										
										
											2023-03-08 16:49:02 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Owner :        grafanaAuthnzSquad , 
							 
						 
					
						
							
								
									
										
										
										
											2022-10-20 00:10:09 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										} , 
							 
						 
					
						
							
								
									
										
										
										
											2022-10-26 22:15:14 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										{ 
							 
						 
					
						
							
								
									
										
										
										
											2023-04-17 20:54:32 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Name :         "nestedFolders" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Description :  "Enable folder nesting" , 
							 
						 
					
						
							
								
									
										
										
										
											2023-06-09 00:16:55 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Stage :        FeatureStagePublicPreview , 
							 
						 
					
						
							
								
									
										
										
										
											2023-04-17 20:54:32 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Owner :        grafanaBackendPlatformSquad , 
							 
						 
					
						
							
								
									
										
										
										
											2022-10-26 22:15:14 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										} , 
							 
						 
					
						
							
								
									
										
										
										
											2023-06-28 17:40:29 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										{ 
							 
						 
					
						
							
								
									
										
										
										
											2023-07-24 21:51:00 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Name :          "nestedFolderPicker" , 
							 
						 
					
						
							
								
									
										
										
										
											2023-10-13 00:56:49 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Description :   "Enables the new folder picker to work with nested folders. Requires the nestedFolders feature toggle" , 
							 
						 
					
						
							
								
									
										
										
										
											2023-07-24 21:51:00 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Stage :         FeatureStageGeneralAvailability , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Owner :         grafanaFrontendPlatformSquad , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											FrontendOnly :  true , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Expression :    "true" ,  // enabled by default
 
							 
						 
					
						
							
								
									
										
										
										
											2023-06-28 17:40:29 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										} , 
							 
						 
					
						
							
								
									
										
										
										
											2022-11-14 23:47:46 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										{ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Name :         "accessTokenExpirationCheck" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Description :  "Enable OAuth access_token expiration check and token refresh using the refresh_token" , 
							 
						 
					
						
							
								
									
										
										
										
											2023-06-09 00:16:55 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Stage :        FeatureStageGeneralAvailability , 
							 
						 
					
						
							
								
									
										
										
										
											2023-03-08 16:49:02 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Owner :        grafanaAuthnzSquad , 
							 
						 
					
						
							
								
									
										
										
										
											2022-11-14 23:47:46 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										} , 
							 
						 
					
						
							
								
									
										
										
										
											2023-03-28 17:42:23 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										{ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Name :          "emptyDashboardPage" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Description :   "Enable the redesigned user interface of a dashboard page that includes no panels" , 
							 
						 
					
						
							
								
									
										
										
										
											2023-06-09 00:16:55 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Stage :         FeatureStageGeneralAvailability , 
							 
						 
					
						
							
								
									
										
										
										
											2023-03-28 17:42:23 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											FrontendOnly :  true , 
							 
						 
					
						
							
								
									
										
										
										
											2023-04-03 19:04:54 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Expression :    "true" ,  // enabled by default
 
							 
						 
					
						
							
								
									
										
										
										
											2023-03-28 17:42:23 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Owner :         grafanaDashboardsSquad , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
										} , 
							 
						 
					
						
							
								
									
										
										
										
											2022-12-19 23:00:15 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										{ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Name :         "disablePrometheusExemplarSampling" , 
							 
						 
					
						
							
								
									
										
										
										
											2023-03-27 21:52:27 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Description :  "Disable Prometheus exemplar sampling" , 
							 
						 
					
						
							
								
									
										
										
										
											2023-06-09 00:16:55 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Stage :        FeatureStageGeneralAvailability , 
							 
						 
					
						
							
								
									
										
										
										
											2023-03-09 02:12:22 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Owner :        grafanaObservabilityMetricsSquad , 
							 
						 
					
						
							
								
									
										
										
										
											2022-12-19 23:00:15 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										} , 
							 
						 
					
						
							
								
									
										
										
										
											2022-12-14 22:44:14 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										{ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Name :         "alertingBacktesting" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Description :  "Rule backtesting API for alerting" , 
							 
						 
					
						
							
								
									
										
										
										
											2023-06-09 00:16:55 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Stage :        FeatureStageExperimental , 
							 
						 
					
						
							
								
									
										
										
										
											2023-03-09 00:03:06 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Owner :        grafanaAlertingSquad , 
							 
						 
					
						
							
								
									
										
										
										
											2022-12-14 22:44:14 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										} , 
							 
						 
					
						
							
								
									
										
										
										
											2023-01-24 17:43:44 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										{ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Name :          "editPanelCSVDragAndDrop" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Description :   "Enables drag and drop for CSV and Excel files" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											FrontendOnly :  true , 
							 
						 
					
						
							
								
									
										
										
										
											2023-06-09 00:16:55 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Stage :         FeatureStageExperimental , 
							 
						 
					
						
							
								
									
										
										
										
											2023-03-08 00:04:20 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Owner :         grafanaBiSquad , 
							 
						 
					
						
							
								
									
										
										
										
											2023-01-24 17:43:44 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										} , 
							 
						 
					
						
							
								
									
										
										
										
											2023-01-14 07:29:29 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										{ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Name :             "alertingNoNormalState" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Description :      "Stop maintaining state of alerts that are not firing" , 
							 
						 
					
						
							
								
									
										
										
										
											2023-06-09 00:16:55 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Stage :            FeatureStagePublicPreview , 
							 
						 
					
						
							
								
									
										
										
										
											2023-01-14 07:29:29 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											RequiresRestart :  false , 
							 
						 
					
						
							
								
									
										
										
										
											2023-03-09 00:03:06 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Owner :            grafanaAlertingSquad , 
							 
						 
					
						
							
								
									
										
										
										
											2023-01-14 07:29:29 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										} , 
							 
						 
					
						
							
								
									
										
										
										
											2023-01-27 22:12:01 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										{ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Name :          "logsContextDatasourceUi" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Description :   "Allow datasource to provide custom UI for context view" , 
							 
						 
					
						
							
								
									
										
										
										
											2023-06-09 00:16:55 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Stage :         FeatureStageGeneralAvailability , 
							 
						 
					
						
							
								
									
										
										
										
											2023-01-27 22:12:01 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											FrontendOnly :  true , 
							 
						 
					
						
							
								
									
										
										
										
											2023-03-08 20:42:47 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Owner :         grafanaObservabilityLogsSquad , 
							 
						 
					
						
							
								
									
										
										
										
											2023-04-24 23:27:43 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Expression :    "true" ,  // turned on by default
 
							 
						 
					
						
							
								
									
										
										
										
											2023-01-27 22:12:01 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										} , 
							 
						 
					
						
							
								
									
										
										
										
											2023-02-10 01:27:02 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										{ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Name :          "lokiQuerySplitting" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Description :   "Split large interval queries into subqueries with smaller time intervals" , 
							 
						 
					
						
							
								
									
										
										
										
											2023-10-24 21:09:30 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Stage :         FeatureStageGeneralAvailability , 
							 
						 
					
						
							
								
									
										
										
										
											2023-02-10 01:27:02 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											FrontendOnly :  true , 
							 
						 
					
						
							
								
									
										
										
										
											2023-03-08 20:42:47 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Owner :         grafanaObservabilityLogsSquad , 
							 
						 
					
						
							
								
									
										
										
										
											2023-10-24 21:09:30 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Expression :    "true" ,  // turned on by default
 
							 
						 
					
						
							
								
									
										
										
										
											2023-02-10 01:27:02 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										} , 
							 
						 
					
						
							
								
									
										
										
										
											2023-03-20 23:51:36 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										{ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Name :          "lokiQuerySplittingConfig" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Description :   "Give users the option to configure split durations for Loki queries" , 
							 
						 
					
						
							
								
									
										
										
										
											2023-06-09 00:16:55 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Stage :         FeatureStageExperimental , 
							 
						 
					
						
							
								
									
										
										
										
											2023-03-20 23:51:36 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											FrontendOnly :  true , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Owner :         grafanaObservabilityLogsSquad , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
										} , 
							 
						 
					
						
							
								
									
										
										
										
											2023-02-21 18:19:07 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										{ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Name :         "individualCookiePreferences" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Description :  "Support overriding cookie preferences per user" , 
							 
						 
					
						
							
								
									
										
										
										
											2023-06-09 00:16:55 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Stage :        FeatureStageExperimental , 
							 
						 
					
						
							
								
									
										
										
										
											2023-03-09 02:12:22 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Owner :        grafanaBackendPlatformSquad , 
							 
						 
					
						
							
								
									
										
										
										
											2023-02-21 18:19:07 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										} , 
							 
						 
					
						
							
								
									
										
										
										
											2023-07-25 20:27:02 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										{ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Name :         "gcomOnlyExternalOrgRoleSync" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Description :  "Prohibits a user from changing organization roles synced with Grafana Cloud auth provider" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Stage :        FeatureStageGeneralAvailability , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Owner :        grafanaAuthnzSquad , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
										} , 
							 
						 
					
						
							
								
									
										
										
										
											2023-03-08 02:41:05 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										{ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Name :          "prometheusMetricEncyclopedia" , 
							 
						 
					
						
							
								
									
										
										
										
											2023-06-23 21:20:23 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Description :   "Adds the metrics explorer component to the Prometheus query builder as an option in metric select" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Expression :    "true" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Stage :         FeatureStageGeneralAvailability , 
							 
						 
					
						
							
								
									
										
										
										
											2023-03-08 02:41:05 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											FrontendOnly :  true , 
							 
						 
					
						
							
								
									
										
										
										
											2023-03-09 02:12:22 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Owner :         grafanaObservabilityMetricsSquad , 
							 
						 
					
						
							
								
									
										
										
										
											2023-03-08 02:41:05 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										} , 
							 
						 
					
						
							
								
									
										
										
										
											2023-03-16 01:12:16 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										{ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Name :          "influxdbBackendMigration" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Description :   "Query InfluxDB InfluxQL without the proxy" , 
							 
						 
					
						
							
								
									
										
										
										
											2023-10-17 19:50:15 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Stage :         FeatureStageGeneralAvailability , 
							 
						 
					
						
							
								
									
										
										
										
											2023-03-16 01:12:16 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											FrontendOnly :  true , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Owner :         grafanaObservabilityMetricsSquad , 
							 
						 
					
						
							
								
									
										
										
										
											2023-10-17 19:50:15 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Expression :    "true" ,  // enabled by default
 
							 
						 
					
						
							
								
									
										
										
										
											2023-03-16 01:12:16 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										} , 
							 
						 
					
						
							
								
									
										
										
										
											2023-03-23 21:39:04 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										{ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Name :         "clientTokenRotation" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Description :  "Replaces the current in-request token rotation so that the client initiates the rotation" , 
							 
						 
					
						
							
								
									
										
										
										
											2023-06-09 00:16:55 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Stage :        FeatureStageExperimental , 
							 
						 
					
						
							
								
									
										
										
										
											2023-03-23 21:39:04 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Owner :        grafanaAuthnzSquad , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
										} , 
							 
						 
					
						
							
								
									
										
										
										
											2023-03-29 23:26:32 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										{ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Name :         "prometheusDataplane" , 
							 
						 
					
						
							
								
									
										
										
										
											2023-10-13 00:56:49 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Description :  "Changes responses to from Prometheus to be compliant with the dataplane specification. In particular, when this feature toggle is active, the numeric `Field.Name` is set from 'Value' to the value of the `__name__` label." , 
							 
						 
					
						
							
								
									
										
										
										
											2023-04-25 01:29:54 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Expression :   "true" , 
							 
						 
					
						
							
								
									
										
										
										
											2023-06-09 00:16:55 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Stage :        FeatureStageGeneralAvailability , 
							 
						 
					
						
							
								
									
										
										
										
											2023-03-29 23:26:32 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Owner :        grafanaObservabilityMetricsSquad , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
										} , 
							 
						 
					
						
							
								
									
										
										
										
											2023-04-13 21:07:08 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										{ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Name :         "lokiMetricDataplane" , 
							 
						 
					
						
							
								
									
										
										
										
											2023-04-25 18:46:07 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Description :  "Changes metric responses from Loki to be compliant with the dataplane specification." , 
							 
						 
					
						
							
								
									
										
										
										
											2023-06-09 00:16:55 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Stage :        FeatureStageGeneralAvailability , 
							 
						 
					
						
							
								
									
										
										
										
											2023-04-25 18:46:07 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Expression :   "true" , 
							 
						 
					
						
							
								
									
										
										
										
											2023-04-13 21:07:08 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Owner :        grafanaObservabilityLogsSquad , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
										} , 
							 
						 
					
						
							
								
									
										
										
										
											2023-07-13 15:58:00 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										{ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Name :         "lokiLogsDataplane" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Description :  "Changes logs responses from Loki to be compliant with the dataplane specification." , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Stage :        FeatureStageExperimental , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Owner :        grafanaObservabilityLogsSquad , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
										} , 
							 
						 
					
						
							
								
									
										
										
										
											2023-04-25 01:29:54 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										{ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Name :          "dataplaneFrontendFallback" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Description :   "Support dataplane contract field name change for transformations and field name matchers where the name is different" , 
							 
						 
					
						
							
								
									
										
										
										
											2023-06-09 00:16:55 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Stage :         FeatureStageGeneralAvailability , 
							 
						 
					
						
							
								
									
										
										
										
											2023-04-25 01:29:54 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											FrontendOnly :  true , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Expression :    "true" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Owner :         grafanaObservabilityMetricsSquad , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
										} , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
										{ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Name :         "disableSSEDataplane" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Description :  "Disables dataplane specific processing in server side expressions." , 
							 
						 
					
						
							
								
									
										
										
										
											2023-06-09 00:16:55 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Stage :        FeatureStageExperimental , 
							 
						 
					
						
							
								
									
										
										
										
											2023-04-25 01:29:54 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Owner :        grafanaObservabilityMetricsSquad , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
										} , 
							 
						 
					
						
							
								
									
										
										
										
											2023-03-31 02:53:21 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										{ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Name :         "alertStateHistoryLokiSecondary" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Description :  "Enable Grafana to write alert state history to an external Loki instance in addition to Grafana annotations." , 
							 
						 
					
						
							
								
									
										
										
										
											2023-06-09 00:16:55 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Stage :        FeatureStageExperimental , 
							 
						 
					
						
							
								
									
										
										
										
											2023-03-31 02:53:21 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Owner :        grafanaAlertingSquad , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
										} , 
							 
						 
					
						
							
								
									
										
										
										
											2023-05-30 21:15:22 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										{ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Name :          "alertingNotificationsPoliciesMatchingInstances" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Description :   "Enables the preview of matching instances for notification policies" , 
							 
						 
					
						
							
								
									
										
										
										
											2023-06-09 00:16:55 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Stage :         FeatureStageGeneralAvailability , 
							 
						 
					
						
							
								
									
										
										
										
											2023-05-30 21:15:22 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											FrontendOnly :  true , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Expression :    "true" ,  // enabled by default
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Owner :         grafanaAlertingSquad , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
										} , 
							 
						 
					
						
							
								
									
										
										
										
											2023-03-31 02:53:21 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										{ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Name :         "alertStateHistoryLokiPrimary" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Description :  "Enable a remote Loki instance as the primary source for state history reads." , 
							 
						 
					
						
							
								
									
										
										
										
											2023-06-09 00:16:55 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Stage :        FeatureStageExperimental , 
							 
						 
					
						
							
								
									
										
										
										
											2023-03-31 02:53:21 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Owner :        grafanaAlertingSquad , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
										} , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
										{ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Name :         "alertStateHistoryLokiOnly" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Description :  "Disable Grafana alerts from emitting annotations when a remote Loki instance is available." , 
							 
						 
					
						
							
								
									
										
										
										
											2023-06-09 00:16:55 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Stage :        FeatureStageExperimental , 
							 
						 
					
						
							
								
									
										
										
										
											2023-03-31 02:53:21 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Owner :        grafanaAlertingSquad , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
										} , 
							 
						 
					
						
							
								
									
										
										
										
											2023-03-31 21:38:09 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										{ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Name :         "unifiedRequestLog" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Description :  "Writes error logs to the request logger" , 
							 
						 
					
						
							
								
									
										
										
										
											2023-06-09 00:16:55 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Stage :        FeatureStageExperimental , 
							 
						 
					
						
							
								
									
										
										
										
											2023-03-31 21:38:09 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Owner :        grafanaBackendPlatformSquad , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
										} , 
							 
						 
					
						
							
								
									
										
										
										
											2023-04-04 00:53:38 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										{ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Name :         "renderAuthJWT" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Description :  "Uses JWT-based auth for rendering instead of relying on remote cache" , 
							 
						 
					
						
							
								
									
										
										
										
											2023-06-09 00:16:55 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Stage :        FeatureStagePublicPreview , 
							 
						 
					
						
							
								
									
										
										
										
											2023-04-04 00:53:38 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Owner :        grafanaAsCodeSquad , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
										} , 
							 
						 
					
						
							
								
									
										
										
										
											2023-04-11 21:21:19 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										{ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Name :             "externalServiceAuth" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Description :      "Starts an OAuth2 authentication provider for external services" , 
							 
						 
					
						
							
								
									
										
										
										
											2023-06-09 00:16:55 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Stage :            FeatureStageExperimental , 
							 
						 
					
						
							
								
									
										
										
										
											2023-04-11 21:21:19 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											RequiresDevMode :  true , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Owner :            grafanaAuthnzSquad , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
										} , 
							 
						 
					
						
							
								
									
										
										
										
											2023-06-06 21:12:09 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										{ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Name :         "refactorVariablesTimeRange" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Description :  "Refactor time range variables flow to reduce number of API calls made when query variables are chained" , 
							 
						 
					
						
							
								
									
										
										
										
											2023-06-09 00:16:55 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Stage :        FeatureStagePublicPreview , 
							 
						 
					
						
							
								
									
										
										
										
											2023-06-06 21:12:09 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Owner :        grafanaDashboardsSquad , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
										} , 
							 
						 
					
						
							
								
									
										
										
										
											2023-04-13 00:30:33 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										{ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Name :             "useCachingService" , 
							 
						 
					
						
							
								
									
										
										
										
											2023-10-13 00:56:49 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Description :      "When active, the new query and resource caching implementation using a wire service inject replaces the previous middleware implementation." , 
							 
						 
					
						
							
								
									
										
										
										
											2023-06-09 00:16:55 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Stage :            FeatureStageGeneralAvailability , 
							 
						 
					
						
							
								
									
										
										
										
											2023-04-13 00:30:33 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Owner :            grafanaOperatorExperienceSquad , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											RequiresRestart :  true , 
							 
						 
					
						
							
								
									
										
										
										
											2023-10-20 22:00:37 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Expression :       "true" ,  // enabled by default
 
							 
						 
					
						
							
								
									
										
										
										
											2023-04-13 00:30:33 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										} , 
							 
						 
					
						
							
								
									
										
										
										
											2023-04-12 20:20:43 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										{ 
							 
						 
					
						
							
								
									
										
										
										
											2023-04-14 17:24:35 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Name :         "enableElasticsearchBackendQuerying" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Description :  "Enable the processing of queries and responses in the Elasticsearch data source through backend" , 
							 
						 
					
						
							
								
									
										
										
										
											2023-08-14 23:05:08 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Stage :        FeatureStageGeneralAvailability , 
							 
						 
					
						
							
								
									
										
										
										
											2023-04-12 20:20:43 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Owner :        grafanaObservabilityLogsSquad , 
							 
						 
					
						
							
								
									
										
										
										
											2023-08-14 23:05:08 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Expression :   "true" ,  // enabled by default
 
							 
						 
					
						
							
								
									
										
										
										
											2023-04-12 20:20:43 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										} , 
							 
						 
					
						
							
								
									
										
										
										
											2023-04-14 19:01:10 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										{ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Name :          "advancedDataSourcePicker" , 
							 
						 
					
						
							
								
									
										
										
										
											2023-05-12 23:09:30 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Description :   "Enable a new data source picker with contextual information, recently used order and advanced mode" , 
							 
						 
					
						
							
								
									
										
										
										
											2023-06-09 00:16:55 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Stage :         FeatureStageGeneralAvailability , 
							 
						 
					
						
							
								
									
										
										
										
											2023-04-14 19:01:10 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											FrontendOnly :  true , 
							 
						 
					
						
							
								
									
										
										
										
											2023-05-12 23:09:30 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Expression :    "true" ,  // enabled by default
 
							 
						 
					
						
							
								
									
										
										
										
											2023-04-14 19:01:10 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Owner :         grafanaDashboardsSquad , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
										} , 
							 
						 
					
						
							
								
									
										
										
										
											2023-05-05 08:35:10 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										{ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Name :          "faroDatasourceSelector" , 
							 
						 
					
						
							
								
									
										
										
										
											2023-05-23 22:42:22 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Description :   "Enable the data source selector within the Frontend Apps section of the Frontend Observability" , 
							 
						 
					
						
							
								
									
										
										
										
											2023-06-09 00:16:55 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Stage :         FeatureStagePublicPreview , 
							 
						 
					
						
							
								
									
										
										
										
											2023-05-05 08:35:10 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											FrontendOnly :  true , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Owner :         appO11ySquad , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
										} , 
							 
						 
					
						
							
								
									
										
										
										
											2023-04-24 22:46:31 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										{ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Name :          "enableDatagridEditing" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Description :   "Enables the edit functionality in the datagrid panel" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											FrontendOnly :  true , 
							 
						 
					
						
							
								
									
										
										
										
											2023-06-09 00:16:55 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Stage :         FeatureStagePublicPreview , 
							 
						 
					
						
							
								
									
										
										
										
											2023-04-24 22:46:31 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Owner :         grafanaBiSquad , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
										} , 
							 
						 
					
						
							
								
									
										
										
										
											2023-05-23 21:18:00 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										{ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Name :          "dataSourcePageHeader" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Description :   "Apply new pageHeader UI in data source edit page" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											FrontendOnly :  true , 
							 
						 
					
						
							
								
									
										
										
										
											2023-06-09 00:16:55 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Stage :         FeatureStagePublicPreview , 
							 
						 
					
						
							
								
									
										
										
										
											2023-05-23 21:18:00 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Owner :         enterpriseDatasourcesSquad , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
										} , 
							 
						 
					
						
							
								
									
										
										
										
											2023-05-10 21:37:04 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										{ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Name :          "extraThemes" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Description :   "Enables extra themes" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											FrontendOnly :  true , 
							 
						 
					
						
							
								
									
										
										
										
											2023-06-09 00:16:55 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Stage :         FeatureStageExperimental , 
							 
						 
					
						
							
								
									
										
										
										
											2023-06-05 19:24:17 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Owner :         grafanaFrontendPlatformSquad , 
							 
						 
					
						
							
								
									
										
										
										
											2023-05-10 21:37:04 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										} , 
							 
						 
					
						
							
								
									
										
										
										
											2023-06-02 18:52:36 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										{ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Name :          "lokiPredefinedOperations" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Description :   "Adds predefined query operations to Loki query editor" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											FrontendOnly :  true , 
							 
						 
					
						
							
								
									
										
										
										
											2023-06-09 00:16:55 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Stage :         FeatureStageExperimental , 
							 
						 
					
						
							
								
									
										
										
										
											2023-06-02 18:52:36 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Owner :         grafanaObservabilityLogsSquad , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
										} , 
							 
						 
					
						
							
								
									
										
										
										
											2023-06-05 16:51:36 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										{ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Name :          "pluginsFrontendSandbox" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Description :   "Enables the plugins frontend sandbox" , 
							 
						 
					
						
							
								
									
										
										
										
											2023-06-09 00:16:55 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Stage :         FeatureStageExperimental , 
							 
						 
					
						
							
								
									
										
										
										
											2023-06-05 16:51:36 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											FrontendOnly :  true , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Owner :         grafanaPluginsPlatformSquad , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
										} , 
							 
						 
					
						
							
								
									
										
										
										
											2023-07-06 22:43:20 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										{ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Name :          "dashboardEmbed" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Description :   "Allow embedding dashboard for external use in Code editors" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											FrontendOnly :  true , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Stage :         FeatureStageExperimental , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Owner :         grafanaAsCodeSquad , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
										} , 
							 
						 
					
						
							
								
									
										
										
										
											2023-07-05 19:48:25 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										{ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Name :          "frontendSandboxMonitorOnly" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Description :   "Enables monitor only in the plugin frontend sandbox (if enabled)" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Stage :         FeatureStageExperimental , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											FrontendOnly :  true , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Owner :         grafanaPluginsPlatformSquad , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
										} , 
							 
						 
					
						
							
								
									
										
										
										
											2023-06-07 00:28:52 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										{ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Name :          "sqlDatasourceDatabaseSelection" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Description :   "Enables previous SQL data source dataset dropdown behavior" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											FrontendOnly :  true , 
							 
						 
					
						
							
								
									
										
										
										
											2023-06-09 00:16:55 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Stage :         FeatureStagePublicPreview , 
							 
						 
					
						
							
								
									
										
										
										
											2023-06-07 00:28:52 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Owner :         grafanaBiSquad , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
										} , 
							 
						 
					
						
							
								
									
										
										
										
											2023-07-21 20:03:56 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										{ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Name :          "lokiFormatQuery" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Description :   "Enables the ability to format Loki queries" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											FrontendOnly :  true , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Stage :         FeatureStageExperimental , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Owner :         grafanaObservabilityLogsSquad , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
										} , 
							 
						 
					
						
							
								
									
										
										
										
											2023-06-12 21:49:52 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										{ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Name :          "cloudWatchLogsMonacoEditor" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Description :   "Enables the Monaco editor for CloudWatch Logs queries" , 
							 
						 
					
						
							
								
									
										
										
										
											2023-09-29 02:00:38 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Stage :         FeatureStageGeneralAvailability , 
							 
						 
					
						
							
								
									
										
										
										
											2023-06-12 21:49:52 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											FrontendOnly :  true , 
							 
						 
					
						
							
								
									
										
										
										
											2023-09-29 02:00:38 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Expression :    "true" ,  // enabled by default
 
							 
						 
					
						
							
								
									
										
										
										
											2023-07-06 23:06:11 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Owner :         awsDatasourcesSquad , 
							 
						 
					
						
							
								
									
										
										
										
											2023-06-12 21:49:52 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										} , 
							 
						 
					
						
							
								
									
										
										
										
											2023-06-15 19:25:34 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										{ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Name :          "exploreScrollableLogsContainer" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Description :   "Improves the scrolling behavior of logs in Explore" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Stage :         FeatureStageExperimental , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											FrontendOnly :  true , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Owner :         grafanaObservabilityLogsSquad , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
										} , 
							 
						 
					
						
							
								
									
										
										
										
											2023-06-14 20:34:22 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										{ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Name :         "recordedQueriesMulti" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Description :  "Enables writing multiple items from a single query within Recorded Queries" , 
							 
						 
					
						
							
								
									
										
										
										
											2023-09-19 22:51:23 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Stage :        FeatureStageGeneralAvailability , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Expression :   "true" , 
							 
						 
					
						
							
								
									
										
										
										
											2023-06-14 20:34:22 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Owner :        grafanaObservabilityMetricsSquad , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
										} , 
							 
						 
					
						
							
								
									
										
											 
										
											
												Plugins: Angular detector: Remote patterns fetching (#69843)
* Plugins: Angular detector: Remote patterns fetching
* Renamed PatternType to GCOMPatternType
* Renamed files
* Renamed more files
* Moved files again
* Add type checks, unexport GCOM structs
* Cache failures, update log messages, fix GCOM URL
* Fail silently for unknown pattern types, update docstrings
* Fix tests
* Rename gcomPattern.Value to gcomPattern.Pattern
* Refactoring
* Add FlagPluginsRemoteAngularDetectionPatterns feature flag
* Fix tests
* Re-generate feature flags
* Add TestProvideInspector, renamed TestDefaultStaticDetectorsInspector
* Add TestProvideInspector
* Add TestContainsBytesDetector and TestRegexDetector
* Renamed getter to provider
* More tests
* TestStaticDetectorsProvider, TestSequenceDetectorsProvider
* GCOM tests
* Lint
* Made detector.detect unexported, updated docstrings
* Allow changing grafana.com URL
* Fix API path, add more logs
* Update tryUpdateRemoteDetectors docstring
* Use angulardetector http client
* Return false, nil if module.js does not exist
* Chore: Split angualrdetector into angularinspector and angulardetector packages
Moved files around, changed references and fixed tests:
- Split the old angulardetector package into angular/angulardetector and angular/angularinspector
- angulardetector provides the detection structs/interfaces (Detector, DetectorsProvider...)
- angularinspector provides the actual angular detection service used directly in pluginsintegration
- Exported most of the stuff that was private and now put into angulardetector, as it is not required by angularinspector
* Renamed detector.go -> angulardetector.go and inspector.go -> angularinspector.go
Forgot to rename those two files to match the package's names
* Renamed angularinspector.ProvideInspector to angularinspector.ProvideService
* Renamed "harcoded" to "static" and "remote" to "dynamic"
from PR review, matches the same naming schema used for signing keys fetching
* Fix merge conflict on updated angular patterns
* Removed GCOM cache
* Renamed Detect to DetectAngular and Detector to AngularDetector
* Fix call to NewGCOMDetectorsProvider in newDynamicInspector
* Removed unused test function newError500GCOMScenario
* Added angularinspector service definition in pluginsintegration
* Moved dynamic inspector into pluginsintegration
* Move gcom angulardetectorsprovider into pluginsintegration
* Log errUnknownPatternType at debug level
* re-generate feature flags
* fix error log
											 
										 
										
											2023-06-26 21:33:21 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										{ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Name :          "pluginsDynamicAngularDetectionPatterns" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Description :   "Enables fetching Angular detection patterns for plugins from GCOM and fallback to hardcoded ones" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Stage :         FeatureStageExperimental , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											FrontendOnly :  false , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Owner :         grafanaPluginsPlatformSquad , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
										} , 
							 
						 
					
						
							
								
									
										
										
										
											2023-06-27 18:22:13 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										{ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Name :          "vizAndWidgetSplit" , 
							 
						 
					
						
							
								
									
										
										
										
											2023-10-03 22:43:27 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Description :   "Split panels between visualizations and widgets" , 
							 
						 
					
						
							
								
									
										
										
										
											2023-06-27 18:22:13 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Stage :         FeatureStageExperimental , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											FrontendOnly :  true , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Owner :         grafanaDashboardsSquad , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
										} , 
							 
						 
					
						
							
								
									
										
										
										
											2023-07-06 03:39:49 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										{ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Name :          "prometheusIncrementalQueryInstrumentation" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Description :   "Adds RudderStack events to incremental queries" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											FrontendOnly :  true , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Stage :         FeatureStageExperimental , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Owner :         grafanaObservabilityMetricsSquad , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
										} , 
							 
						 
					
						
							
								
									
										
										
										
											2023-07-12 21:52:42 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										{ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Name :          "logsExploreTableVisualisation" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Description :   "A table visualisation for logs in Explore" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Stage :         FeatureStageExperimental , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											FrontendOnly :  true , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Owner :         grafanaObservabilityLogsSquad , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
										} , 
							 
						 
					
						
							
								
									
										
										
										
											2023-07-06 23:06:11 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										{ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Name :         "awsDatasourcesTempCredentials" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Description :  "Support temporary security credentials in AWS plugins for Grafana Cloud customers" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Stage :        FeatureStageExperimental , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Owner :        awsDatasourcesSquad , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
										} , 
							 
						 
					
						
							
								
									
										
										
										
											2023-07-13 00:35:49 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										{ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Name :          "transformationsRedesign" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Description :   "Enables the transformations redesign" , 
							 
						 
					
						
							
								
									
										
										
										
											2023-07-26 20:08:46 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Stage :         FeatureStageGeneralAvailability , 
							 
						 
					
						
							
								
									
										
										
										
											2023-07-13 00:35:49 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											FrontendOnly :  true , 
							 
						 
					
						
							
								
									
										
										
										
											2023-07-26 20:08:46 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Expression :    "true" ,  // enabled by default
 
							 
						 
					
						
							
								
									
										
										
										
											2023-07-13 00:35:49 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Owner :         grafanaObservabilityMetricsSquad , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
										} , 
							 
						 
					
						
							
								
									
										
										
										
											2023-07-14 01:37:50 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										{ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Name :          "mlExpressions" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Description :   "Enable support for Machine Learning in server-side expressions" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Stage :         FeatureStageExperimental , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											FrontendOnly :  false , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Owner :         grafanaAlertingSquad , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
										} , 
							 
						 
					
						
							
								
									
										
										
										
											2023-07-14 22:10:46 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										{ 
							 
						 
					
						
							
								
									
										
										
										
											2023-07-26 21:33:16 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Name :          "traceQLStreaming" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Description :   "Enables response streaming of TraceQL queries of the Tempo data source" , 
							 
						 
					
						
							
								
									
										
										
										
											2023-07-14 22:10:46 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Stage :         FeatureStageExperimental , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											FrontendOnly :  true , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Owner :         grafanaObservabilityTracesAndProfilingSquad , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
										} , 
							 
						 
					
						
							
								
									
										
										
										
											2023-08-28 22:02:12 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										{ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Name :          "metricsSummary" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Description :   "Enables metrics summary queries in the Tempo data source" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Stage :         FeatureStageExperimental , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											FrontendOnly :  true , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Owner :         grafanaObservabilityTracesAndProfilingSquad , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
										} , 
							 
						 
					
						
							
								
									
										
										
										
											2023-07-15 03:22:10 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										{ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Name :          "grafanaAPIServer" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Description :   "Enable Kubernetes API Server for Grafana resources" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Stage :         FeatureStageExperimental , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											FrontendOnly :  false , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Owner :         grafanaAppPlatformSquad , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
										} , 
							 
						 
					
						
							
								
									
										
										
										
											2023-10-07 02:55:22 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										{ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Name :          "grafanaAPIServerWithExperimentalAPIs" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Description :   "Register experimental APIs with the k8s API server" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Stage :         FeatureStageExperimental , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											FrontendOnly :  false , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Owner :         grafanaAppPlatformSquad , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
										} , 
							 
						 
					
						
							
								
									
										
										
										
											2023-07-19 04:43:32 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										{ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Name :             "featureToggleAdminPage" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Description :      "Enable admin page for managing feature toggles from the Grafana front-end" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Stage :            FeatureStageExperimental , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											FrontendOnly :     false , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Owner :            grafanaOperatorExperienceSquad , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											RequiresRestart :  true , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
										} , 
							 
						 
					
						
							
								
									
										
										
										
											2023-07-21 23:34:07 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										{ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Name :         "awsAsyncQueryCaching" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Description :  "Enable caching for async queries for Redshift and Athena. Requires that the `useCachingService` feature toggle is enabled and the datasource has caching and async query support enabled" , 
							 
						 
					
						
							
								
									
										
										
										
											2023-09-08 22:11:37 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Stage :        FeatureStagePublicPreview , 
							 
						 
					
						
							
								
									
										
										
										
											2023-07-21 23:34:07 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Owner :        awsDatasourcesSquad , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
										} , 
							 
						 
					
						
							
								
									
										
										
										
											2023-07-21 22:23:01 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										{ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Name :             "splitScopes" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Description :      "Support faster dashboard and folder search by splitting permission scopes into parts" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Stage :            FeatureStagePublicPreview , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											FrontendOnly :     false , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Owner :            grafanaAuthnzSquad , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											RequiresRestart :  true , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
										} , 
							 
						 
					
						
							
								
									
										
										
										
											2023-07-24 21:50:49 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										{ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Name :         "azureMonitorDataplane" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Description :  "Adds dataplane compliant frame metadata in the Azure Monitor datasource" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Stage :        FeatureStageGeneralAvailability , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Owner :        grafanaPartnerPluginsSquad , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Expression :   "true" ,  // on by default
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
										} , 
							 
						 
					
						
							
								
									
										
										
										
											2023-08-02 15:39:25 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										{ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Name :         "permissionsFilterRemoveSubquery" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Description :  "Alternative permission filter implementation that does not use subqueries for fetching the dashboard folder" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Stage :        FeatureStageExperimental , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Owner :        grafanaBackendPlatformSquad , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
										} , 
							 
						 
					
						
							
								
									
										
										
										
											2023-07-27 00:09:53 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										{ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Name :         "prometheusConfigOverhaulAuth" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Description :  "Update the Prometheus configuration page with the new auth component" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Owner :        grafanaObservabilityMetricsSquad , 
							 
						 
					
						
							
								
									
										
										
										
											2023-09-12 01:12:21 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Stage :        FeatureStageGeneralAvailability , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Expression :   "true" ,  // on by default
 
							 
						 
					
						
							
								
									
										
										
										
											2023-07-27 00:09:53 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										} , 
							 
						 
					
						
							
								
									
										
										
										
											2023-07-27 00:44:12 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										{ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Name :             "configurableSchedulerTick" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Description :      "Enable changing the scheduler base interval via configuration option unified_alerting.scheduler_tick_interval" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Stage :            FeatureStageExperimental , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											FrontendOnly :     false , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Owner :            grafanaAlertingSquad , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											RequiresRestart :  true , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											HideFromDocs :     true , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
										} , 
							 
						 
					
						
							
								
									
										
										
										
											2023-08-03 00:27:43 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										{ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Name :             "influxdbSqlSupport" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Description :      "Enable InfluxDB SQL query language support with new querying UI" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Stage :            FeatureStageExperimental , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											FrontendOnly :     false , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Owner :            grafanaObservabilityMetricsSquad , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											RequiresRestart :  false , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
										} , 
							 
						 
					
						
							
								
									
										
										
										
											2023-08-15 22:27:15 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										{ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Name :             "alertingNoDataErrorExecution" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Description :      "Changes how Alerting state manager handles execution of NoData/Error" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Stage :            FeatureStagePrivatePreview , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											FrontendOnly :     false , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Owner :            grafanaAlertingSquad , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											RequiresRestart :  true , 
							 
						 
					
						
							
								
									
										
										
										
											2023-10-28 05:17:34 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Enabled :          true , 
							 
						 
					
						
							
								
									
										
										
										
											2023-08-15 22:27:15 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										} , 
							 
						 
					
						
							
								
									
										
										
										
											2023-08-29 22:05:47 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										{ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Name :          "angularDeprecationUI" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Description :   "Display new Angular deprecation-related UI features" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Stage :         FeatureStageExperimental , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											FrontendOnly :  true , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Owner :         grafanaPluginsPlatformSquad , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
										} , 
							 
						 
					
						
							
								
									
										
										
										
											2023-08-31 04:22:05 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										{ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Name :          "dashgpt" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Description :   "Enable AI powered features in dashboards" , 
							 
						 
					
						
							
								
									
										
										
										
											2023-10-24 00:39:12 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Stage :         FeatureStageGeneralAvailability , 
							 
						 
					
						
							
								
									
										
										
										
											2023-08-31 04:22:05 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											FrontendOnly :  true , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Owner :         grafanaDashboardsSquad , 
							 
						 
					
						
							
								
									
										
										
										
											2023-10-24 00:39:12 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Expression :    "true" ,  // on by default
 
							 
						 
					
						
							
								
									
										
										
										
											2023-08-31 04:22:05 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										} , 
							 
						 
					
						
							
								
									
										
										
										
											2023-08-31 15:47:47 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										{ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Name :             "reportingRetries" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Description :      "Enables rendering retries for the reporting feature" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Stage :            FeatureStagePublicPreview , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											FrontendOnly :     false , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Owner :            grafanaSharingSquad , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											RequiresRestart :  true , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
										} , 
							 
						 
					
						
							
								
									
										
										
										
											2023-09-07 18:41:00 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										{ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Name :          "newBrowseDashboards" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Description :   "New browse/manage dashboards UI" , 
							 
						 
					
						
							
								
									
										
										
										
											2023-10-05 18:14:10 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Stage :         FeatureStageGeneralAvailability , 
							 
						 
					
						
							
								
									
										
										
										
											2023-09-07 18:41:00 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Owner :         grafanaFrontendPlatformSquad , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											FrontendOnly :  true , 
							 
						 
					
						
							
								
									
										
										
										
											2023-10-05 18:14:10 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Expression :    "true" ,  // on by default
 
							 
						 
					
						
							
								
									
										
										
										
											2023-09-07 18:41:00 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										} , 
							 
						 
					
						
							
								
									
										
										
										
											2023-09-08 04:02:07 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										{ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Name :         "sseGroupByDatasource" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Description :  "Send query to the same datasource in a single request when using server side expressions" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Stage :        FeatureStageExperimental , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Owner :        grafanaObservabilityMetricsSquad , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
										} , 
							 
						 
					
						
							
								
									
										
										
										
											2023-09-11 18:13:13 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										{ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Name :          "requestInstrumentationStatusSource" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Description :   "Include a status source label for request metrics and logs" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Stage :         FeatureStageExperimental , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											FrontendOnly :  false , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Owner :         grafanaPluginsPlatformSquad , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
										} , 
							 
						 
					
						
							
								
									
										
										
										
											2023-10-12 07:30:50 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										{ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Name :             "libraryPanelRBAC" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Description :      "Enables RBAC support for library panels" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Stage :            FeatureStageExperimental , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											FrontendOnly :     false , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Owner :            grafanaDashboardsSquad , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											RequiresRestart :  true , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
										} , 
							 
						 
					
						
							
								
									
										
										
										
											2023-09-19 17:34:01 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										{ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Name :          "lokiRunQueriesInParallel" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Description :   "Enables running Loki queries in parallel" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Stage :         FeatureStagePrivatePreview , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											FrontendOnly :  false , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Owner :         grafanaObservabilityLogsSquad , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
										} , 
							 
						 
					
						
							
								
									
										
										
										
											2023-09-14 02:32:01 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										{ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Name :          "wargamesTesting" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Description :   "Placeholder feature flag for internal testing" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Stage :         FeatureStageExperimental , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											FrontendOnly :  false , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Owner :         hostedGrafanaTeam , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
										} , 
							 
						 
					
						
							
								
									
										
										
										
											2023-09-14 20:58:04 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										{ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Name :          "alertingInsights" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Description :   "Show the new alerting insights landing page" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											FrontendOnly :  true , 
							 
						 
					
						
							
								
									
										
										
										
											2023-10-12 20:31:18 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Stage :         FeatureStageGeneralAvailability , 
							 
						 
					
						
							
								
									
										
										
										
											2023-09-14 20:58:04 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Owner :         grafanaAlertingSquad , 
							 
						 
					
						
							
								
									
										
										
										
											2023-10-12 20:31:18 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
											Expression :    "true" ,  // enabled by default
 
							 
						 
					
						
							
								
									
										
										
										
											2023-09-14 20:58:04 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										} , 
							 
						 
					
						
							
								
									
										
										
										
											2023-10-25 21:57:53 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										{ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Name :          "alertingContactPointsV2" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Description :   "Show the new contacpoints list view" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											FrontendOnly :  true , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Stage :         FeatureStagePublicPreview , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Owner :         grafanaAlertingSquad , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
										} , 
							 
						 
					
						
							
								
									
										
										
										
											2023-09-22 16:50:13 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										{ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Name :         "externalCorePlugins" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Description :  "Allow core plugins to be loaded as external" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Stage :        FeatureStageExperimental , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Owner :        grafanaPluginsPlatformSquad , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
										} , 
							 
						 
					
						
							
								
									
										
										
										
											2023-09-21 19:36:32 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										{ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Name :          "pluginsAPIMetrics" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Description :   "Sends metrics of public grafana packages usage by plugins" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											FrontendOnly :  true , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Stage :         FeatureStageExperimental , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Owner :         grafanaPluginsPlatformSquad , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
										} , 
							 
						 
					
						
							
								
									
										
										
										
											2023-09-22 16:52:28 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										{ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Name :             "httpSLOLevels" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Description :      "Adds SLO level to http request metrics" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Stage :            FeatureStageExperimental , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											FrontendOnly :     false , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Owner :            hostedGrafanaTeam , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											RequiresRestart :  true , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
										} , 
							 
						 
					
						
							
								
									
										
										
										
											2023-09-25 23:21:28 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										{ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Name :             "idForwarding" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Description :      "Generate signed id token for identity that can be forwarded to plugins and external services" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Stage :            FeatureStageExperimental , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Owner :            grafanaAuthnzSquad , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											RequiresDevMode :  true , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
										} , 
							 
						 
					
						
							
								
									
										
										
										
											2023-09-27 22:41:48 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										{ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Name :         "cloudWatchWildCardDimensionValues" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Description :  "Fetches dimension values from CloudWatch to correctly label wildcard dimensions" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Stage :        FeatureStageGeneralAvailability , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Expression :   "true" ,  // enabled by default
 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Owner :        awsDatasourcesSquad , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
										} , 
							 
						 
					
						
							
								
									
										
										
										
											2023-09-28 15:26:37 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										{ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Name :             "externalServiceAccounts" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Description :      "Automatic service account and token setup for plugins" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Stage :            FeatureStageExperimental , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											RequiresDevMode :  true , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Owner :            grafanaAuthnzSquad , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
										} , 
							 
						 
					
						
							
								
									
										
										
										
											2023-10-09 13:19:08 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										{ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Name :          "panelMonitoring" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Description :   "Enables panel monitoring through logs and measurements" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Stage :         FeatureStageExperimental , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Owner :         grafanaDatavizSquad , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											FrontendOnly :  true , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
										} , 
							 
						 
					
						
							
								
									
										
										
										
											2023-10-04 02:23:55 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										{ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Name :          "enableNativeHTTPHistogram" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Description :   "Enables native HTTP Histograms" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Stage :         FeatureStageExperimental , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											FrontendOnly :  false , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Owner :         hostedGrafanaTeam , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
										} , 
							 
						 
					
						
							
								
									
										
										
										
											2023-10-14 02:17:12 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										{ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Name :          "formatString" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Description :   "Enable format string transformer" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Stage :         FeatureStageExperimental , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											FrontendOnly :  true , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Owner :         grafanaBiSquad , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
										} , 
							 
						 
					
						
							
								
									
										
										
										
											2023-10-04 22:28:46 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										{ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Name :          "transformationsVariableSupport" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Description :   "Allows using variables in transformations" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											FrontendOnly :  true , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Stage :         FeatureStageExperimental , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Owner :         grafanaBiSquad , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
										} , 
							 
						 
					
						
							
								
									
										
										
										
											2023-10-06 03:00:36 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										{ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Name :          "kubernetesPlaylists" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Description :   "Use the kubernetes API in the frontend for playlists" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											FrontendOnly :  true , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Stage :         FeatureStageExperimental , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Owner :         grafanaAppPlatformSquad , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
										} , 
							 
						 
					
						
							
								
									
										
										
										
											2023-10-21 03:09:41 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										{ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Name :         "cloudWatchBatchQueries" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Description :  "Runs CloudWatch metrics queries as separate batches" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Stage :        FeatureStagePublicPreview , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Owner :        awsDatasourcesSquad , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
										} , 
							 
						 
					
						
							
								
									
										
										
										
											2023-10-10 18:50:44 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										{ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Name :          "navAdminSubsections" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Description :   "Splits the administration section of the nav tree into subsections" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Stage :         FeatureStageExperimental , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											FrontendOnly :  false , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Owner :         grafanaFrontendPlatformSquad , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
										} , 
							 
						 
					
						
							
								
									
										
										
										
											2023-10-10 22:51:50 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										{ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Name :             "recoveryThreshold" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Description :      "Enables feature recovery threshold (aka hysteresis) for threshold server-side expression" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Stage :            FeatureStageExperimental , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											FrontendOnly :     false , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Owner :            grafanaAlertingSquad , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											RequiresRestart :  true , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
										} , 
							 
						 
					
						
							
								
									
										
										
										
											2023-10-17 18:23:54 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										{ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Name :          "teamHttpHeaders" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Description :   "Enables datasources to apply team headers to the client requests" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Stage :         FeatureStageExperimental , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											FrontendOnly :  false , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Owner :         grafanaAuthnzSquad , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
										} , 
							 
						 
					
						
							
								
									
										
										
										
											2023-10-12 16:59:10 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										{ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Name :          "awsDatasourcesNewFormStyling" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Description :   "Applies new form styling for configuration and query editors in AWS plugins" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Stage :         FeatureStageExperimental , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											FrontendOnly :  true , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Owner :         awsDatasourcesSquad , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
										} , 
							 
						 
					
						
							
								
									
										
										
										
											2023-10-13 00:56:49 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										{ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Name :          "cachingOptimizeSerializationMemoryUsage" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Description :   "If enabled, the caching backend gradually serializes query responses for the cache, comparing against the configured `[caching]max_value_mb` value as it goes. This can can help prevent Grafana from running out of memory while attempting to cache very large query responses." , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Stage :         FeatureStageExperimental , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Owner :         grafanaOperatorExperienceSquad , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											FrontendOnly :  false , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
										} , 
							 
						 
					
						
							
								
									
										
										
										
											2023-10-13 20:04:24 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										{ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Name :             "panelTitleSearchInV1" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Description :      "Enable searching for dashboards using panel title in search v1" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											RequiresDevMode :  true , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Stage :            FeatureStageExperimental , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Owner :            grafanaBackendPlatformSquad , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
										} , 
							 
						 
					
						
							
								
									
										
										
										
											2023-10-17 16:27:45 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										{ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Name :          "pluginsInstrumentationStatusSource" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Description :   "Include a status source label for plugin request metrics and logs" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											FrontendOnly :  false , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Stage :         FeatureStageExperimental , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Owner :         grafanaPluginsPlatformSquad , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
										} , 
							 
						 
					
						
							
								
									
										
										
										
											2023-10-18 00:15:51 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										{ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Name :          "costManagementUi" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Description :   "Toggles the display of the cost management ui plugin" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Stage :         FeatureStageExperimental , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											FrontendOnly :  false , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Owner :         grafanaDatabasesFrontend , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
										} , 
							 
						 
					
						
							
								
									
										
										
										
											2023-10-18 21:17:03 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										{ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Name :             "managedPluginsInstall" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Description :      "Install managed plugins directly from plugins catalog" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Stage :            FeatureStageExperimental , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											RequiresDevMode :  false , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Owner :            grafanaPluginsPlatformSquad , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
										} , 
							 
						 
					
						
							
								
									
										
											 
										
											
												Prometheus: PromQAIL frontend, drawer, feature toggle, workflow, etc. (#73020)
* initial commit for PromQAIL
* add feature toggle and start button
* add drawer
* set up drawer and state
* fix styles and start the conditional text display
* add data info list going to ai
* add logos and style
* metric display table style, neeed to make responsive
* make feature toggle frontend only
* add logic for want prompt for list or not, add helpers, addquerysuggestion type
* make query suggestion component
* add buttons to add or refine prompt
* refactor logic to add interactions to have multiple AI or historical interactions
* refactor and enable multiple questions, all flow
* add colorful AI icon to drawer open button
* fix linting
* refactor for hooking up promQail app and only giving one suggestion
* design fixes
* fix next prompt button styling
* historical suggestions give us 5, fixed that and some design things
* hook up the api, provide defense filler if it's down, refactor lots
* use query, fix linting
* add metadata to explain for ai suggestions
* styling fixes
* give metadata for historical suggestions by parsing query on the fly
* no prompt field to query-suggestion endpoint if prompt is empty
* fix linting
* use suggest rte for historical list, fix long code style
* use suggest rte for historical list, fix long code style
* fix historical bug
* added prompt file
* updated llm logic in explainer helper
* bump @grafana/experimental from 1.7.0 to 1.7.2
* use llmservice and vectorservice
* cleanup prompts + streaming explainer
* promqail feature toggle: fix re-order
* PromQL non-llm failback recommendation logic (#75469)
* added template recommendation logic directly in helpers
* also added selected labels to recommendation
* PromQail: query gen: fix prompt formatting and fetch metric labels to be used (#75450)
* PromQail: query gen: fix prompt formatting and fetch metric labels to be used
* Code fixes as suggested
* Use newly decided collection name for promql templates
* Prometheus: Promqail tests and bug fixes (#75852)
* add tests for drawer
* refine one prompt at a time, fix css
* scroll into view on interaction change
* fix styles for light
* disable prompt input after getting sugestions for that interaction
* make buttons disappear after selecting refine prompt or show historical queries to prevent user from clicking many times
* fix border radius
* fix new eslint rule about css requiring objects and not template literals
* add scrollIntoView for test
* grafana_prometheus_promqail_explanation_feedback - add feedback rudderstack interaction for explanation
* add form link to feedback for query suggestions
* fix bugs
* for prettier
* PromQL Builder Explainer: Added promql documentation and updated prompt (#75593)
* added promql documentation and updated prompt
* refactor prompt generation into isolated function
* updated prompt to answer with a question
* removed commented code
* updated metadata logic
* updated documentation body logic
* Prometheus: PromQAIL UI fixes (#76654)
* align buttons at 16px
* only autoscroll when an interaction has been added or the suggestions have been updated
* add 12px below explain for suggested queries
* add . after suggestion number
* fix linting error
* Prometheus: PromQAIL feedback improvements (#76711)
* align buttons at 16px
* only autoscroll when an interaction has been added or the suggestions have been updated
* add 12px below explain for suggested queries
* add . after suggestion number
* add text indication for explanation feedback
* add form for suggestion feedback, add form for not helpful explanation feedback
* fix linting error
* make radio button feedback required
* required text, padding additions, thank you for your feedback
* PromQL Builder Suggestion: Added type level templates and removed explainer steps for fallback suggestion logic (#75764)
* adding more detailed templates to promql fallback suggest
* remove debug logs
* added missing explain logic
* Fix brendan's type issue
---------
Co-authored-by: Brendan O'Handley <brendan.ohandley@grafana.com>
Co-authored-by: bohandley <brendan.ohandley@gmail.com>
* make yarn.lock equal to current in main
* fix feature toggles
* fix prettier issues
---------
Co-authored-by: Edward Qian <edward.qian@grafana.com>
Co-authored-by: Yasir Ekinci <yas.ekinci@grafana.com>
Co-authored-by: Edward Qian <edward.c.qian@gmail.com>
Co-authored-by: Gerry Boland <gerboland@users.noreply.github.com>
											 
										 
										
											2023-10-19 23:45:32 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										{ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Name :          "prometheusPromQAIL" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Description :   "Prometheus and AI/ML to assist users in creating a query" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Stage :         FeatureStageExperimental , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											FrontendOnly :  true , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Owner :         grafanaObservabilityMetricsSquad , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
										} , 
							 
						 
					
						
							
								
									
										
										
										
											2023-10-31 00:27:08 +08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
										{ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Name :         "alertmanagerRemoteSecondary" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Description :  "Enable Grafana to sync configuration and state with a remote Alertmanager." , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Stage :        FeatureStageExperimental , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Owner :        grafanaAlertingSquad , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
										} , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
										{ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Name :         "alertmanagerRemotePrimary" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Description :  "Enable Grafana to have a remote Alertmanager instance as the primary Alertmanager." , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Stage :        FeatureStageExperimental , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Owner :        grafanaAlertingSquad , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
										} , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
										{ 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Name :         "alertmanagerRemoteOnly" , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Description :  "Disable the internal Alertmanager and only use the external one defined." , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Stage :        FeatureStageExperimental , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
											Owner :        grafanaAlertingSquad , 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
										} , 
							 
						 
					
						
							
								
									
										
										
										
											2022-01-27 01:44:20 +08:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
									} 
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								)