File tree Expand file tree Collapse file tree 4 files changed +56
-0
lines changed Expand file tree Collapse file tree 4 files changed +56
-0
lines changed Original file line number Diff line number Diff line change 61
61
/topics /snuba-generic-metrics-counters-commit-log.yaml @ getsentry/owners-snuba
62
62
/topics /snuba-generic-metrics-gauges-commit-log.yaml @ getsentry/owners-snuba
63
63
/topics /snuba-generic-events-commit-log.yaml @ getsentry/owners-snuba @ getsentry/issues
64
+ /topics /snuba-eap-spans-commit-log.yaml @ getsentry/owners-snuba
64
65
65
66
# Topics produced to by Snuba and Sentry
66
67
/topics /shared-resources-usage.yaml @ getsentry/owners-snuba @ getsentry/data
117
118
/topics /scheduled-subscriptions-generic-metrics-sets.yaml @ getsentry/owners-snuba
118
119
/topics /scheduled-subscriptions-generic-metrics-distributions.yaml @ getsentry/owners-snuba
119
120
/topics /scheduled-subscriptions-generic-metrics-gauges.yaml @ getsentry/owners-snuba
121
+ /topics /scheduled-subscriptions-eap-spans.yaml @ getsentry/owners-snuba @ getsentry/performance
120
122
121
123
# Subscription results published by Snuba for Sentry's result consumer
122
124
/topics /events-subscription-results.yaml @ getsentry/owners-snuba @ getsentry/issues
125
127
/topics /generic-metrics-subscription-results.yaml @ getsentry/owners-snuba @ getsentry/issues
126
128
/schemas /subscription-result.v1.schema.json @ getsentry/owners-snuba @ getsentry/issues
127
129
/examples /subscription-results / @ getsentry/owners-snuba @ getsentry/issues
130
+ /topics /eap-spans-subscription-results.yaml @ getsentry/owners-snuba @ getsentry/issues @ getsentry/performance
Original file line number Diff line number Diff line change
1
+ description : EAP Spans Subscription Results
2
+ services :
3
+ producers :
4
+ - getsentry/snuba
5
+ consumers :
6
+ - getsentry/sentry
7
+ schemas :
8
+ - version : 1
9
+ compatibility_mode : none
10
+ type : json
11
+ resource : subscription-results.v1.schema.json
12
+ examples :
13
+ - subscription-results/1/
14
+ topic_creation_config :
15
+ compression.type : lz4
16
+ retention.ms : " 86400000"
Original file line number Diff line number Diff line change
1
+ description : Scheduled subscriptions EAP spans
2
+ services :
3
+ producers :
4
+ - getsentry/snuba
5
+ consumers :
6
+ - getsentry/snuba
7
+ schemas :
8
+ - version : 1
9
+ compatibility_mode : none
10
+ type : json
11
+ resource : subscription-scheduled.v1.schema.json
12
+ examples :
13
+ - subscription-scheduled/1/
14
+ topic_creation_config :
15
+ compression.type : lz4
16
+ retention.ms : " 86400000"
Original file line number Diff line number Diff line change
1
+ description : Commit log topic for eap spans pipeline
2
+ services :
3
+ producers :
4
+ - getsentry/snuba
5
+ consumers :
6
+ - getsentry/snuba
7
+ schemas :
8
+ - version : 1
9
+ compatibility_mode : none
10
+ type : json
11
+ resource : any.json
12
+ examples :
13
+ - snuba-commit-log/1/
14
+ topic_creation_config :
15
+ compression.type : lz4
16
+ cleanup.policy : compact,delete
17
+ min.compaction.lag.ms : " 3600000"
18
+ retention.ms : " 86400000"
19
+ segment.bytes : " 104857600"
20
+ segment.ms : " 3600000"
21
+ enforced_partition_count : 1 # Commit log topic must always have one partition
You can’t perform that action at this time.
0 commit comments