InfluxDB: Introduce influxqlStreamingParser feature toggle (#78834)

introduce influxqlStreamingParser feature toggle
This commit is contained in:
ismail simsek
2023-11-29 18:29:35 +01:00
committed by GitHub
parent b3deef8f4b
commit 5845f14075
5 changed files with 13 additions and 0 deletions

View File

@@ -103,6 +103,7 @@ Experimental features might be changed or removed without prior notice.
| `editPanelCSVDragAndDrop` | Enables drag and drop for CSV and Excel files |
| `lokiQuerySplittingConfig` | Give users the option to configure split durations for Loki queries |
| `individualCookiePreferences` | Support overriding cookie preferences per user |
| `influxqlStreamingParser` | Enable streaming JSON parser for InfluxDB datasource InfluxQL query language |
| `lokiLogsDataplane` | Changes logs responses from Loki to be compliant with the dataplane specification. |
| `disableSSEDataplane` | Disables dataplane specific processing in server side expressions. |
| `alertStateHistoryLokiSecondary` | Enable Grafana to write alert state history to an external Loki instance in addition to Grafana annotations. |