mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
FeatureFlags: Add "O11y-metrics" as Owner for metrics feature flags (#64438)
add o11y-metrics as Owner for metrics feature flags
This commit is contained in:
committed by
GitHub
parent
5f2fecfda7
commit
74ed7ead16
@@ -207,6 +207,7 @@ var (
|
||||
Name: "prometheusWideSeries",
|
||||
Description: "Enable wide series responses in the Prometheus datasource",
|
||||
State: FeatureStateAlpha,
|
||||
Owner: "O11y-metrics",
|
||||
},
|
||||
{
|
||||
Name: "canvasPanelNesting",
|
||||
@@ -353,6 +354,7 @@ var (
|
||||
Name: "disablePrometheusExemplarSampling",
|
||||
Description: "Disable Prometheus examplar sampling",
|
||||
State: FeatureStateStable,
|
||||
Owner: "O11y-metrics",
|
||||
},
|
||||
{
|
||||
Name: "alertingBacktesting",
|
||||
|
||||
@@ -42,22 +42,20 @@ func TestFeatureToggleFiles(t *testing.T) {
|
||||
})
|
||||
|
||||
ownerlessFeatures := map[string]bool{
|
||||
"database_metrics": true,
|
||||
"prometheusAzureOverrideAudience": true,
|
||||
"tracing": true,
|
||||
"cloudWatchDynamicLabels": true,
|
||||
"prometheusWideSeries": true,
|
||||
"disableSecretsCompatibility": true,
|
||||
"logRequestsInstrumentedAsUnknown": true,
|
||||
"cloudWatchCrossAccountQuerying": true,
|
||||
"redshiftAsyncQueryDataSupport": true,
|
||||
"athenaAsyncQueryDataSupport": true,
|
||||
"newPanelChromeUI": true,
|
||||
"showDashboardValidationWarnings": true,
|
||||
"datasourceOnboarding": true,
|
||||
"secureSocksDatasourceProxy": true,
|
||||
"disablePrometheusExemplarSampling": true,
|
||||
"individualCookiePreferences": true,
|
||||
"database_metrics": true,
|
||||
"prometheusAzureOverrideAudience": true,
|
||||
"tracing": true,
|
||||
"cloudWatchDynamicLabels": true,
|
||||
"disableSecretsCompatibility": true,
|
||||
"logRequestsInstrumentedAsUnknown": true,
|
||||
"cloudWatchCrossAccountQuerying": true,
|
||||
"redshiftAsyncQueryDataSupport": true,
|
||||
"athenaAsyncQueryDataSupport": true,
|
||||
"newPanelChromeUI": true,
|
||||
"showDashboardValidationWarnings": true,
|
||||
"datasourceOnboarding": true,
|
||||
"secureSocksDatasourceProxy": true,
|
||||
"individualCookiePreferences": true,
|
||||
}
|
||||
|
||||
t.Run("all new features should have an owner", func(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user