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:
Andrej Ocenas
2022-07-28 14:26:51 +02:00
committed by GitHub
parent 2f9636e698
commit d0e548c3e5
10 changed files with 120 additions and 36 deletions

View File

@@ -50,6 +50,7 @@ export interface FeatureToggles {
datasourceQueryMultiStatus?: boolean;
traceToMetrics?: boolean;
prometheusStreamingJSONParser?: boolean;
prometheusStreamingJSONParserTest?: boolean;
validateDashboardsOnSave?: boolean;
autoMigrateGraphPanels?: boolean;
prometheusWideSeries?: boolean;