Skip to content

Commit

Permalink
update more topics
Browse files Browse the repository at this point in the history
  • Loading branch information
kimxogus committed Dec 17, 2024
1 parent 8195b24 commit 73b61bc
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 @@ -2112,6 +2112,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: metrics-subscription-results
Expand All @@ -2138,6 +2139,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 @@ -2152,7 +2157,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 73b61bc

Please sign in to comment.