Skip to content

Commit

Permalink
feat: Update more topics
Browse files Browse the repository at this point in the history
  • Loading branch information
kimxogus committed Dec 24, 2024
1 parent 6ecf9e8 commit d46d8a8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion charts/sentry/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2126,6 +2126,7 @@ kafka:
config:
"message.timestamp.type": LogAppendTime
- name: profiles-call-tree
- name: snuba-profile-chunks
- name: ingest-replay-events
config:
"message.timestamp.type": LogAppendTime
Expand All @@ -2141,6 +2142,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: snuba-generic-metrics-counters-commit-log
config:
"cleanup.policy": "compact,delete"
Expand All @@ -2159,7 +2164,6 @@ kafka:
- name: group-attributes
config:
"message.timestamp.type": LogAppendTime
- name: snuba-attribution
- name: snuba-dead-letter-metrics
- name: snuba-dead-letter-generic-metrics
- name: snuba-dead-letter-replays
Expand Down

0 comments on commit d46d8a8

Please sign in to comment.