Files
mongo/etc/code_lockdown.yml
Mikhail Shchatko 6502dfa2da SERVER-92890 Move from team ownership to groups of team ownership (#25907)
GitOrigin-RevId: 9b1d58bd11a0a76e04654bab4fd242ffb5516a54
2024-08-12 15:52:17 +00:00

25 lines
715 B
YAML

overall_thresholds:
hot_bf_count: 15
cold_bf_count: 50
perf_bf_count: 15
team_default_thresholds:
hot_bf_count: 3
cold_bf_count: 10
perf_bf_count: 5
team_groups:
######################################################################
# Team group configuration example #
######################################################################
# - name: Group Name
# teams:
# - Team Name 1 # Should exactly match "Assigned Teams" field value
# - Team Name 2
# - Team Name 3
# thresholds:
# hot_bf_count: 3
# cold_bf_count: 10
# perf_bf_count: 5
######################################################################