mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
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:
parent
b46771cbfe
commit
c955c20670
@ -151,6 +151,7 @@ var (
|
||||
Description: "Adds trace ID to error notifications",
|
||||
State: FeatureStateAlpha,
|
||||
FrontendOnly: true,
|
||||
Owner: grafanaUserEssentialsSquad,
|
||||
},
|
||||
{
|
||||
Name: "newTraceView",
|
||||
|
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user