SSE: Put data source query grouping behind feature flag (#74551)

change was originally merged in commit: 720d716 via PR: https://github.com/grafana/grafana/pull/72935 with no flag
flag is: sseGroupByDatasource
This commit is contained in:
Kyle Brandt
2023-09-07 23:02:07 +03:00
committed by GitHub
parent ebdd2a72a8
commit 5cc737bb24
7 changed files with 84 additions and 11 deletions
@@ -133,6 +133,7 @@ Experimental features might be changed or removed without prior notice.
| `noBasicRole` | Enables a new role that has no permissions by default |
| `angularDeprecationUI` | Display new Angular deprecation-related UI features |
| `dashgpt` | Enable AI powered features in dashboards |
| `sseGroupByDatasource` | Send query to the same datasource in a single request when using server side expressions |
## Development feature toggles