File tree Expand file tree Collapse file tree 2 files changed +26
-0
lines changed
src/mongo/db/memory_tracking Expand file tree Collapse file tree 2 files changed +26
-0
lines changed Original file line number Diff line number Diff line change @@ -1507,6 +1507,13 @@ WORKSPACE.bazel @10gen/devprod-build @svc-auto-approve-bot
1507
1507
/src /mongo /db /matcher /schema /** /encrypt_keyword * @ 10gen/query-integration-fle @ svc-auto-approve-bot
1508
1508
/src /mongo /db /matcher /schema /** /encrypt_schema * @ 10gen/query-integration-fle @ svc-auto-approve-bot
1509
1509
1510
+ # The following patterns are parsed from ./src/mongo/db/memory_tracking/OWNERS.yml
1511
+ /src /mongo /db /memory_tracking /** /* @ 10gen/query-execution-aggregation @ 10gen/query-integration-observability @ svc-auto-approve-bot
1512
+ /src /mongo /db /memory_tracking /** /OWNERS.yml @ 10gen/query-execution-staff-leads @ 10gen/query-integration-staff-leads @ svc-auto-approve-bot
1513
+ /src /mongo /db /memory_tracking /** /memory_usage_tracker * @ 10gen/query-execution-aggregation @ svc-auto-approve-bot
1514
+ /src /mongo /db /memory_tracking /** /op_memory_use * @ 10gen/query-integration-observability @ svc-auto-approve-bot
1515
+ /src /mongo /db /memory_tracking /** /operation_memory_usage_tracker.h @ 10gen/query-integration-observability @ svc-auto-approve-bot
1516
+
1510
1517
# The following patterns are parsed from ./src/mongo/db/modules/enterprise/OWNERS.yml
1511
1518
/src /mongo /db /modules /enterprise /BUILD.bazel @ 10gen/devprod-build @ svc-auto-approve-bot
1512
1519
/src /mongo /db /modules /enterprise /build.py @ 10gen/devprod-build @ svc-auto-approve-bot
Original file line number Diff line number Diff line change
1
+ version : 1.0.0
2
+ filters :
3
+ - " * " :
4
+ approvers :
5
+ - 10gen/query-execution-aggregation
6
+ - 10gen/query-integration-observability
7
+ - " OWNERS.yml " :
8
+ approvers :
9
+ - 10gen/query-execution-staff-leads
10
+ - 10gen/query-integration-staff-leads
11
+ - " memory_usage_tracker* " :
12
+ approvers :
13
+ - 10gen/query-execution-aggregation
14
+ - " op_memory_use* " :
15
+ approvers :
16
+ - 10gen/query-integration-observability
17
+ - " operation_memory_usage_tracker.h " :
18
+ approvers :
19
+ - 10gen/query-integration-observability
You can’t perform that action at this time.
0 commit comments