Notifications: Enable display of trace ID by default (#64884)

enable tracing by default
This commit is contained in:
Ashley Harrison
2023-03-21 09:35:21 +00:00
committed by GitHub
parent 41b0c17aae
commit 9ca01cc070
7 changed files with 2 additions and 21 deletions
-7
View File
@@ -128,13 +128,6 @@ var (
FrontendOnly: true,
Owner: grafanaExploreSquad,
},
{
Name: "tracing",
Description: "Adds trace ID to error notifications",
State: FeatureStateAlpha,
FrontendOnly: true,
Owner: grafanaUserEssentialsSquad,
},
{
Name: "newTraceView",
Description: "Shows the new trace view design",
-1
View File
@@ -18,7 +18,6 @@ migrationLocking,beta,@grafana/backend-platform,false,false,false,false
storage,alpha,@grafana/grafana-app-platform-squad,false,false,false,false
k8s,alpha,@grafana/grafana-app-platform-squad,true,false,false,false
exploreMixedDatasource,alpha,@grafana/explore-squad,false,false,false,true
tracing,alpha,@grafana/user-essentials,false,false,false,true
newTraceView,alpha,@grafana/observability-traces-and-profiling,false,false,false,true
correlations,alpha,@grafana/explore-squad,false,false,false,false
cloudWatchDynamicLabels,stable,@grafana/aws-plugins,false,false,false,false
1 Name State Owner requiresDevMode RequiresLicense RequiresRestart FrontendOnly
18 storage alpha @grafana/grafana-app-platform-squad false false false false
19 k8s alpha @grafana/grafana-app-platform-squad true false false false
20 exploreMixedDatasource alpha @grafana/explore-squad false false false true
tracing alpha @grafana/user-essentials false false false true
21 newTraceView alpha @grafana/observability-traces-and-profiling false false false true
22 correlations alpha @grafana/explore-squad false false false false
23 cloudWatchDynamicLabels stable @grafana/aws-plugins false false false false
-4
View File
@@ -83,10 +83,6 @@ const (
// Enable mixed datasource in Explore
FlagExploreMixedDatasource = "exploreMixedDatasource"
// FlagTracing
// Adds trace ID to error notifications
FlagTracing = "tracing"
// FlagNewTraceView
// Shows the new trace view design
FlagNewTraceView = "newTraceView"