-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
CODEOWNERS
Validating CODEOWNERS rules...
137 lines (122 loc) · 10.1 KB
/
CODEOWNERS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
# Search and storage and infra is the default owner
* @getsentry/owners-snuba @getsentry/ops
# Ingest topics
/topics/ingest-events.yaml @getsentry/owners-snuba @getsentry/ingest @getsentry/ops
/topics/ingest-transactions.yaml @getsentry/owners-snuba @getsentry/ingest @getsentry/ops
/topics/ingest-attachments.yaml @getsentry/owners-snuba @getsentry/ingest @getsentry/ops
/topics/ingest-metrics.yaml @getsentry/owners-snuba @getsentry/ingest
/topics/ingest-performance-metrics.yaml @getsentry/owners-snuba @getsentry/ingest
/topics/ingest-replay-recordings.yaml @getsentry/owners-snuba @getsentry/ingest @getsentry/replay
/topics/ingest-feedback-events.yaml @getsentry/owners-snuba @getsentry/replay
/topics/ingest-monitors.yaml @getsentry/crons
/topics/ingest-occurrences.yaml @getsentry/issues
/topics/profiles.yaml @getsentry/profiling
# DLQs for ingest topics
/topics/ingest-events-dlq.yaml @getsentry/ops
/topics/ingest-transactions-dlq.yaml @getsentry/ops
/topics/ingest-attachments-dlq.yaml @getsentry/ops
/topics/ingest-metrics-dlq.yaml @getsentry/owners-snuba
/topics/ingest-generic-metrics-dlq.yaml @getsentry/owners-snuba
/topics/ingest-feedback-events-dlq.yaml @getsentry/owners-snuba @getsentry/replay
# Topics consumed by Snuba
/topics/events.yaml @getsentry/owners-snuba
/topics/transactions.yaml @getsentry/owners-snuba
/topics/outcomes.yaml @getsentry/owners-snuba
/topics/outcomes-dlq.yaml @getsentry/owners-snuba
/topics/outcomes-billing.yaml @getsentry/owners-snuba @getsentry/revenue
/topics/outcomes-billing-dlq.yaml @getsentry/owners-snuba @getsentry/revenue
/topics/snuba-metrics.yaml @getsentry/owners-snuba
/topics/snuba-generic-metrics.yaml @getsentry/owners-snuba
/topics/generic-events.yaml @getsentry/owners-snuba @getsentry/issues
/topics/group-attributes.yaml @getsentry/owners-snuba @getsentry/issues
/topics/ingest-replay-events.yaml @getsentry/owners-snuba @getsentry/replay
/topics/processed-profiles.yaml @getsentry/owners-snuba @getsentry/profiling
/topics/profiles-call-tree.yaml @getsentry/owners-snuba @getsentry/profiling
/topics/snuba-metrics-summaries.yaml @getsentry/owners-snuba @getsentry/profiling
/topics/snuba-profile-chunks.yaml @getsentry/owners-snuba @getsentry/profiling
/topics/snuba-spans.yaml @getsentry/owners-snuba @getsentry/performance
/topics/snuba-eap-mutations.yaml @getsentry/owners-snuba
# Topics produced by Sentry
/topics/buffered-segments.yaml @getsentry/owners-snuba @getsentry/performance
/topics/buffered-segments-dlq.yaml @getsentry/owners-snuba @getsentry/performance
# DLQs for Snuba topics
/topics/snuba-dead-letter-metrics.yaml @getsentry/owners-snuba
/topics/snuba-dead-letter-generic-metrics.yaml @getsentry/owners-snuba
/topics/snuba-dead-letter-querylog.yaml @getsentry/owners-snuba
/topics/snuba-dead-letter-replays.yaml @getsentry/owners-snuba @getsentry/replay
/topics/snuba-dead-letter-group-attributes.yaml @getsentry/owners-snuba @getsentry/issues
/topics/snuba-dead-letter-generic-events.yaml @getsentry/owners-snuba @getsentry/issues
# Commit log topics produced by Snuba
/topics/snuba-commit-log.yaml @getsentry/owners-snuba
/topics/snuba-transactions-commit-log.yaml @getsentry/owners-snuba
/topics/snuba-metrics-commit-log.yaml @getsentry/owners-snuba
/topics/snuba-generic-metrics-sets-commit-log.yaml @getsentry/owners-snuba
/topics/snuba-generic-metrics-distributions-commit-log.yaml @getsentry/owners-snuba
/topics/snuba-generic-metrics-counters-commit-log.yaml @getsentry/owners-snuba
/topics/snuba-generic-metrics-gauges-commit-log.yaml @getsentry/owners-snuba
/topics/snuba-generic-events-commit-log.yaml @getsentry/owners-snuba @getsentry/issues
/topics/snuba-eap-spans-commit-log.yaml @getsentry/owners-snuba
# Topics produced to by Snuba and Sentry
/topics/shared-resources-usage.yaml @getsentry/owners-snuba @getsentry/data
# Topics related to cron monitor tasks
/topics/monitors-clock-tick.yaml @getsentry/crons
/topics/monitors-clock-tasks.yaml @getsentry/crons
/topics/monitors-incident-occurrences.yaml @getsentry/crons
# Topics related to uptime
/topics/uptime-results.yaml @getsentry/crons
/topics/uptime-configs.yaml @getsentry/crons
# Topic for taskworker
/topics/task-worker.yaml @getsentry/hybrid-cloud
# Schemas
/schemas/profile-metadata.v1.schema.json @getsentry/profiling
/schemas/profile-functions.v1.schema.json @getsentry/profiling
/schemas/snuba-metrics-summaries.v1.schema.json @getsentry/profiling
/schemas/snuba-profile-chunks.v1.schema.json @getsentry/profiling
/schemas/group-attributes.v1.schema.json @getsentry/owners-snuba @getsentry/issues
/schemas/snuba-spans.v1.schema.json @getsentry/performance
/schemas/buffered-segments.v1.schema.json @getsentry/owners-snuba @getsentry/performance
/schemas/ingest-monitors.v1.schema.json @getsentry/crons
/schemas/monitors-clock-tick.v1.schema.json @getsentry/crons
/schemas/monitors-clock-tasks.v1.schema.json @getsentry/crons
/schemas/uptime-results.v1.schema.json @getsentry/crons
/schemas/uptime-configs.v1.schema.json @getsentry/crons
/schemas/taskworker.v1.schema.json @getsentry/hybrid-cloud
# Examples
/examples/group-attributes/ @getsentry/owners-snuba @getsentry/issues
/examples/group-attributes/ @getsentry/owners-snuba @getsentry/issues
/examples/profile-metadata/ @getsentry/profiling
/examples/profile-functions/ @getsentry/profiling
/examples/snuba-spans/ @getsentry/profiling
/examples/profile-metadata/ @getsentry/profiling
/examples/profile-functions/ @getsentry/profiling
/examples/snuba-metrics-summaries/ @getsentry/profiling
/examples/snuba-profile-chunks/ @getsentry/profiling
/examples/snuba-spans/ @getsentry/performance
/examples/buffered-segments/ @getsentry/owners-snuba @getsentry/performance
/examples/ingest-monitors/ @getsentry/crons
/examples/monitors-clock-tick/ @getsentry/crons
/examples/monitors-clock-tasks/ @getsentry/crons
/examples/uptime-results/ @getsentry/crons
/examples/uptime-configs/ @getsentry/crons
/examples/taskworker/ @getsentry/taskworker
# Internal Snuba topics
/topics/snuba-queries.yaml @getsentry/owners-snuba
/topics/event-replacements.yaml @getsentry/owners-snuba
/topics/snuba-lw-deletions-generic-events.yaml @getsentry/owners-snuba
# Scheduled subscription topics
/topics/scheduled-subscriptions-events.yaml @getsentry/owners-snuba
/topics/scheduled-subscriptions-transactions.yaml @getsentry/owners-snuba
/topics/scheduled-subscriptions-metrics.yaml @getsentry/owners-snuba
/topics/scheduled-subscriptions-generic-metrics-counters.yaml @getsentry/owners-snuba
/topics/scheduled-subscriptions-generic-metrics-sets.yaml @getsentry/owners-snuba
/topics/scheduled-subscriptions-generic-metrics-distributions.yaml @getsentry/owners-snuba
/topics/scheduled-subscriptions-generic-metrics-gauges.yaml @getsentry/owners-snuba
/topics/scheduled-subscriptions-eap-spans.yaml @getsentry/owners-snuba @getsentry/performance
# Subscription results published by Snuba for Sentry's result consumer
/topics/events-subscription-results.yaml @getsentry/owners-snuba @getsentry/issues
/topics/transactions-subscription-results.yaml @getsentry/owners-snuba @getsentry/issues
/topics/metrics-subscription-results.yaml @getsentry/owners-snuba @getsentry/issues
/topics/generic-metrics-subscription-results.yaml @getsentry/owners-snuba @getsentry/issues
/schemas/subscription-result.v1.schema.json @getsentry/owners-snuba @getsentry/issues
/examples/subscription-results/ @getsentry/owners-snuba @getsentry/issues
/topics/eap-spans-subscription-results.yaml @getsentry/owners-snuba @getsentry/issues @getsentry/performance