@@ -519,8 +519,6 @@ def register_temporary_features(manager: FeatureManager) -> None:
519519 manager .add ("organizations:user-feedback-ui" , OrganizationFeature , FeatureHandlerStrategy .FLAGPOLE , api_expose = True )
520520 # Enable view hierarchies options
521521 manager .add ("organizations:view-hierarchies-options-dev" , OrganizationFeature , FeatureHandlerStrategy .FLAGPOLE , api_expose = True )
522- # Enable aggregates table editor on the new explore page
523- manager .add ("organizations:visibility-explore-aggregate-editor" , OrganizationFeature , FeatureHandlerStrategy .FLAGPOLE , api_expose = True )
524522 # Enable equations feature on the new explore page
525523 manager .add ("organizations:visibility-explore-equations" , OrganizationFeature , FeatureHandlerStrategy .FLAGPOLE , api_expose = True )
526524 # Enable equations feature in dashboards
@@ -587,8 +585,6 @@ def register_temporary_features(manager: FeatureManager) -> None:
587585 manager .add ("organizations:ourlogs-tags-ui" , OrganizationFeature , FeatureHandlerStrategy .FLAGPOLE , api_expose = True )
588586 # Enable service hooks outbox
589587 manager .add ("organizations:service-hooks-outbox" , OrganizationFeature , FeatureHandlerStrategy .FLAGPOLE , api_expose = False )
590- # Enable UI for log high fidelity queries
591- manager .add ("organizations:ourlogs-high-fidelity" , OrganizationFeature , FeatureHandlerStrategy .FLAGPOLE , api_expose = True )
592588 # Enable alerting on trace metrics
593589 manager .add ("organizations:tracemetrics-alerts" , OrganizationFeature , FeatureHandlerStrategy .FLAGPOLE , api_expose = True )
594590 # Enable trace metrics in dashboards UI
0 commit comments