mirror of
https://github.com/grafana/grafana.git
synced 2025-01-18 20:43:26 -06:00
Prometheus: Enable prometheusStreamingJSONParser by default (#49475)
This commit is contained in:
parent
2fa91b75e0
commit
70b3a0a500
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user