mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Prometheus: Add flag to compare streaming and buffered responses (#51711)
* Add flag to compare streaming and buffered * Move log * Fix lint * Fix tests * Remove debug logs
This commit is contained in:
@@ -50,6 +50,7 @@ export interface FeatureToggles {
|
||||
datasourceQueryMultiStatus?: boolean;
|
||||
traceToMetrics?: boolean;
|
||||
prometheusStreamingJSONParser?: boolean;
|
||||
prometheusStreamingJSONParserTest?: boolean;
|
||||
validateDashboardsOnSave?: boolean;
|
||||
autoMigrateGraphPanels?: boolean;
|
||||
prometheusWideSeries?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user