Prometheus: Disable prometheusStreamingJSONParser by default (#49825)

This commit is contained in:
Todd Treece
2022-05-30 10:04:44 -04:00
committed by GitHub
parent a71e371877
commit b8563958bd

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",