Tracing: Rename feature toggle (#66833)

Rename feature toggle so something more specific so new work can use older feature toggle name
This commit is contained in:
Joey
2023-04-21 11:31:24 +01:00
committed by GitHub
parent 9a29dd7d6e
commit 6522bb377e
18 changed files with 120 additions and 96 deletions
@@ -33,7 +33,7 @@ export interface FeatureToggles {
storage?: boolean;
k8s?: boolean;
exploreMixedDatasource?: boolean;
newTraceView?: boolean;
newTraceViewHeader?: boolean;
correlations?: boolean;
cloudWatchDynamicLabels?: boolean;
datasourceQueryMultiStatus?: boolean;