Notifications: Enable display of trace ID by default (#64884)
enable tracing by default
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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
|
||||
|
||||
|
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user