Prometheus: Enable prometheusStreamingJSONParser by default (#49475)

This commit is contained in:
Todd Treece 2022-05-25 12:51:09 -04:00 committed by GitHub
parent 2fa91b75e0
commit 70b3a0a500
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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