Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

feat: add Kafka topics from upstream projects (Sentry and Snuba) for version 24.9.0 #1647

Merged
merged 1 commit into from
Dec 23, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions charts/sentry/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2100,7 +2100,9 @@ kafka:
config:
"message.timestamp.type": LogAppendTime
- name: outcomes
- name: outcomes-dlq
- name: outcomes-billing
- name: outcomes-billing-dlq
- name: ingest-sessions
- name: snuba-sessions-commit-log
config:
Expand All @@ -2117,6 +2119,7 @@ kafka:
- name: scheduled-subscriptions-generic-metrics-sets
- name: scheduled-subscriptions-generic-metrics-distributions
- name: scheduled-subscriptions-generic-metrics-counters
- name: scheduled-subscriptions-generic-metrics-gauges
- name: events-subscription-results
- name: transactions-subscription-results
- name: sessions-subscription-results
Expand Down Expand Up @@ -2148,6 +2151,10 @@ kafka:
config:
"cleanup.policy": "compact,delete"
"min.compaction.lag.ms": "3600000"
- name: snuba-generic-metrics-gauges-commit-log
config:
"cleanup.policy": "compact,delete"
"min.compaction.lag.ms": "3600000"
- name: generic-events
config:
"message.timestamp.type": LogAppendTime
Expand All @@ -2167,20 +2174,32 @@ kafka:
- name: snuba-dead-letter-querylog
- name: snuba-dead-letter-group-attributes
- name: ingest-attachments
- name: ingest-attachments-dlq
- name: ingest-transactions
- name: ingest-transactions-dlq
- name: ingest-events-dlq
- name: ingest-events
## If the number of exceptions increases, it is recommended to increase the number of partitions for ingest-events
# partitions: 1
- name: ingest-replay-recordings
- name: ingest-metrics
- name: ingest-metrics-dlq
- name: ingest-performance-metrics
- name: ingest-feedback-events
- name: ingest-feedback-events-dlq
- name: ingest-monitors
- name: monitors-clock-tasks
- name: monitors-clock-tick
- name: profiles
- name: ingest-occurrences
- name: snuba-spans
- name: shared-resources-usage
- name: snuba-metrics-summaries
- name: snuba-profile-chunks
- name: buffered-segments
- name: buffered-segments-dlq
- name: uptime-configs
- name: uptime-results
listeners:
client:
protocol: "PLAINTEXT"
Expand Down
Loading