File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -655,6 +655,10 @@ def SOCIAL_AUTH_DEFAULT_USERNAME():
655655 "releasemonitor" ,
656656 routing_key = "releasemonitor" ,
657657 ),
658+ Queue (
659+ "dynamicsampling" ,
660+ routing_key = "dynamicsampling" ,
661+ ),
658662 Queue ("incidents" , routing_key = "incidents" ),
659663 Queue ("incident_snapshots" , routing_key = "incident_snapshots" ),
660664 Queue ("incidents" , routing_key = "incidents" ),
@@ -1067,7 +1071,7 @@ def SOCIAL_AUTH_DEFAULT_USERNAME():
10671071 # Try to derive normalization rules by clustering transaction names.
10681072 "organizations:transaction-name-clusterer" : False ,
10691073 # Sanitize transaction names in the ingestion pipeline.
1070- "organizations:transaction-name-sanitization" : False , # DEPRECATED
1074+ "organizations:transaction-name-sanitization" : False ,
10711075 # Extraction metrics for transactions during ingestion.
10721076 "organizations:transaction-metrics-extraction" : False ,
10731077 # True if release-health related queries should be run against both
You can’t perform that action at this time.
0 commit comments