@@ -510,8 +510,16 @@ def register_temporary_features(manager: FeatureManager):
510
510
manager .add ("organizations:ourlogs-ingestion" , OrganizationFeature , FeatureHandlerStrategy .FLAGPOLE , api_expose = True )
511
511
# Enable our logs stats to be displayed in the UI.
512
512
manager .add ("organizations:ourlogs-stats" , OrganizationFeature , FeatureHandlerStrategy .FLAGPOLE , api_expose = True )
513
- # Ennble the graph in the logs UI.
513
+ # Enable the graph in the logs UI.
514
514
manager .add ("organizations:ourlogs-graph" , OrganizationFeature , FeatureHandlerStrategy .FLAGPOLE , api_expose = True )
515
+ # Enable the visualize sidebar in the logs UI.
516
+ manager .add ("organizations:ourlogs-visualize-sidebar" , OrganizationFeature , FeatureHandlerStrategy .FLAGPOLE , api_expose = True )
517
+ # Enable logs in the dashboards UI.
518
+ manager .add ("organizations:ourlogs-dashboards" , OrganizationFeature , FeatureHandlerStrategy .FLAGPOLE , api_expose = True )
519
+ # Enable alerting on logs.
520
+ manager .add ("organizations:ourlogs-alerts" , OrganizationFeature , FeatureHandlerStrategy .FLAGPOLE , api_expose = True )
521
+ # Enable live refresh in the logs UI.
522
+ manager .add ("organizations:ourlogs-live-refresh" , OrganizationFeature , FeatureHandlerStrategy .FLAGPOLE , api_expose = True )
515
523
# Enable updated form for 3p publishing flow
516
524
manager .add ("organizations:streamlined-publishing-flow" , OrganizationFeature , FeatureHandlerStrategy .FLAGPOLE , api_expose = True )
517
525
# Enable per-project selection for Jira integration
0 commit comments