mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Prometheus: Disable prometheusStreamingJSONParser by default (#49825)
This commit is contained in:
parent
a71e371877
commit
b8563958bd
@ -236,7 +236,6 @@ var (
|
|||||||
Name: "prometheusStreamingJSONParser",
|
Name: "prometheusStreamingJSONParser",
|
||||||
Description: "Enable streaming JSON parser for Prometheus datasource",
|
Description: "Enable streaming JSON parser for Prometheus datasource",
|
||||||
State: FeatureStateBeta,
|
State: FeatureStateBeta,
|
||||||
Expression: "true", // Enabled by default
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
Name: "validateDashboardsOnSave",
|
Name: "validateDashboardsOnSave",
|
||||||
|
Loading…
Reference in New Issue
Block a user