Chore: assign ownership of tracing feature flag to user essentials (#64598)

assign ownership of tracing feature flag to user essentials
This commit is contained in:
Ashley Harrison 2023-03-10 12:15:41 +00:00 committed by GitHub
parent b46771cbfe
commit c955c20670
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View File

@ -151,6 +151,7 @@ var (
Description: "Adds trace ID to error notifications",
State: FeatureStateAlpha,
FrontendOnly: true,
Owner: grafanaUserEssentialsSquad,
},
{
Name: "newTraceView",

View File

@ -43,7 +43,6 @@ func TestFeatureToggleFiles(t *testing.T) {
ownerlessFeatures := map[string]bool{
"prometheusAzureOverrideAudience": true,
"tracing": true,
}
t.Run("all new features should have an owner", func(t *testing.T) {