Stars: Manage from apiserver (#111368)

This commit is contained in:
Ryan McKinley
2025-09-23 17:13:05 +03:00
committed by GitHub
parent 8317188570
commit 94b82b0e5e
25 changed files with 4678 additions and 83 deletions
@@ -111,6 +111,10 @@ export interface FeatureToggles {
*/
influxdbBackendMigration?: boolean;
/**
* populate star status from apiserver
*/
starsFromAPIServer?: boolean;
/**
* Enable streaming JSON parser for InfluxDB datasource InfluxQL query language
*/
influxqlStreamingParser?: boolean;