mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Update feature toggle registry description for sseGroupByDatasource (#80830)
This commit is contained in:
parent
96fe605d95
commit
0ba7866e2c
@ -141,7 +141,7 @@ Experimental features might be changed or removed without prior notice.
|
|||||||
| `tracesEmbeddedFlameGraph` | Enables embedding a flame graph in traces |
|
| `tracesEmbeddedFlameGraph` | Enables embedding a flame graph in traces |
|
||||||
| `permissionsFilterRemoveSubquery` | Alternative permission filter implementation that does not use subqueries for fetching the dashboard folder |
|
| `permissionsFilterRemoveSubquery` | Alternative permission filter implementation that does not use subqueries for fetching the dashboard folder |
|
||||||
| `angularDeprecationUI` | Display new Angular deprecation-related UI features |
|
| `angularDeprecationUI` | Display new Angular deprecation-related UI features |
|
||||||
| `sseGroupByDatasource` | Send query to the same datasource in a single request when using server side expressions |
|
| `sseGroupByDatasource` | Send query to the same datasource in a single request when using server side expressions. The `cloudWatchBatchQueries` feature toggle should be enabled if this used with CloudWatch. |
|
||||||
| `requestInstrumentationStatusSource` | Include a status source label for request metrics and logs |
|
| `requestInstrumentationStatusSource` | Include a status source label for request metrics and logs |
|
||||||
| `libraryPanelRBAC` | Enables RBAC support for library panels |
|
| `libraryPanelRBAC` | Enables RBAC support for library panels |
|
||||||
| `wargamesTesting` | Placeholder feature flag for internal testing |
|
| `wargamesTesting` | Placeholder feature flag for internal testing |
|
||||||
|
@ -858,7 +858,7 @@ var (
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
Name: "sseGroupByDatasource",
|
Name: "sseGroupByDatasource",
|
||||||
Description: "Send query to the same datasource in a single request when using server side expressions",
|
Description: "Send query to the same datasource in a single request when using server side expressions. The `cloudWatchBatchQueries` feature toggle should be enabled if this used with CloudWatch.",
|
||||||
Stage: FeatureStageExperimental,
|
Stage: FeatureStageExperimental,
|
||||||
Owner: grafanaObservabilityMetricsSquad,
|
Owner: grafanaObservabilityMetricsSquad,
|
||||||
Created: time.Date(2023, time.September, 7, 12, 0, 0, 0, time.UTC),
|
Created: time.Date(2023, time.September, 7, 12, 0, 0, 0, time.UTC),
|
||||||
|
@ -408,7 +408,7 @@ const (
|
|||||||
FlagReportingRetries = "reportingRetries"
|
FlagReportingRetries = "reportingRetries"
|
||||||
|
|
||||||
// FlagSseGroupByDatasource
|
// FlagSseGroupByDatasource
|
||||||
// Send query to the same datasource in a single request when using server side expressions
|
// Send query to the same datasource in a single request when using server side expressions. The `cloudWatchBatchQueries` feature toggle should be enabled if this used with CloudWatch.
|
||||||
FlagSseGroupByDatasource = "sseGroupByDatasource"
|
FlagSseGroupByDatasource = "sseGroupByDatasource"
|
||||||
|
|
||||||
// FlagRequestInstrumentationStatusSource
|
// FlagRequestInstrumentationStatusSource
|
||||||
|
Loading…
Reference in New Issue
Block a user