self-hosted icon indicating copy to clipboard operation
self-hosted copied to clipboard

[Documentation Proposal] Reference architecture for self-hosted Sentry

Open aldy505 opened this issue 6 months ago • 0 comments

Problem Statement

I asked this on Discord, I know not everyone is on Discord, therefore I try to ask for feedback here:

Would it be helpful if there are some kind of "reference architecture" on the self-hosted docs?

I was thinking it would be helpful if there are some kind of a clue on how you can achieve high-throughput self-hosted installation. Things like: you can put some relay instances on proxy mode in front of your sentry for better ingestion, so that the relay instance inside the docker-compose wouldn't get clogged. Or you can spawn separate redis for each service group (one redis instance for sentry containers, one redis instance for relay container, one redis instance for uptime-checker container), so that you can do scheduled redis cleanup using FLUSHDB or something.

Solution Brainstorm

No response

aldy505 avatar Apr 09 '25 03:04 aldy505