Prometheus: Enable prometheusStreamingJSONParser by default (#49475) (#49636)

(cherry picked from commit 70b3a0a500)

Co-authored-by: Todd Treece <360020+toddtreece@users.noreply.github.com>
This commit is contained in:
Grot (@grafanabot)
2022-05-25 13:12:24 -04:00
committed by GitHub
parent 8f8be23032
commit 1d4e2d12da

View File

@@ -241,7 +241,8 @@ var (
{
Name: "prometheusStreamingJSONParser",
Description: "Enable streaming JSON parser for Prometheus datasource",
State: FeatureStateAlpha,
State: FeatureStateBeta,
Expression: "true", // Enabled by default
},
{
Name: "validateDashboardsOnSave",