Skip to content

Commit

Permalink
feat: Add outcomes-billing topic (#224)
Browse files Browse the repository at this point in the history
  • Loading branch information
lynnagara committed Feb 29, 2024
1 parent 53de1b1 commit d268510
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 1 deletion.
1 change: 1 addition & 0 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
/topics/events.yaml @getsentry/owners-snuba
/topics/transactions.yaml @getsentry/owners-snuba
/topics/outcomes.yaml @getsentry/owners-snuba
/topics/outcomes-billing.yaml @getsentry/owners-snuba
/topics/snuba-metrics.yaml @getsentry/owners-snuba
/topics/snuba-generic-metrics.yaml @getsentry/owners-snuba
/topics/generic-events.yaml @getsentry/owners-snuba @getsentry/issues
Expand Down
18 changes: 18 additions & 0 deletions topics/outcomes-billing.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
topic: outcomes-billing
pipeline: outcomes
description: Outcomes for events sent to sentry
services:
producers:
- getsentry/sentry
- getsentry/relay
consumers:
- getsentry/snuba
- getsentry/super-big-consumers
- getsentry/sentry
schemas:
- version: 1
compatibility_mode: none
type: json
resource: outcomes.v1.schema.json
examples:
- outcomes/1/
2 changes: 1 addition & 1 deletion topics/outcomes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ services:
- getsentry/sentry
- getsentry/relay
consumers:
- getsentry/sentry
- getsentry/snuba
- getsentry/super-big-consumers
- getsentry/sentry
schemas:
- version: 1
compatibility_mode: none
Expand Down

0 comments on commit d268510

Please sign in to comment.