Prometheus: Disable prometheusStreamingJSONParser by default (#49825) (#49832)

(cherry picked from commit b8563958bd)

Co-authored-by: Todd Treece <360020+toddtreece@users.noreply.github.com>
This commit is contained in:
Grot (@grafanabot)
2022-05-30 16:24:33 +02:00
committed by GitHub
co-authored by Todd Treece
parent 9a33b19662
commit 64feb04206
-1
View File
@@ -236,7 +236,6 @@ var (
Name: "prometheusStreamingJSONParser",
Description: "Enable streaming JSON parser for Prometheus datasource",
State: FeatureStateBeta,
Expression: "true", // Enabled by default
},
{
Name: "validateDashboardsOnSave",