Sentry: [Question] Sentry Architecture

Created on 6 Jun 2016  路  4Comments  路  Source: getsentry/sentry

Hello,

I am curious about sentry architecture, ie: how do you collect events? what happens to event when it hits the API? where does redis fits in? What do you store in redis? how do you aggregate? what do you write to postgres?

redis

Can you please help me understand these? Do you have an architectural diagram?

Thanks.

Most helpful comment

Hi, @dcramer , I quite agree with @fatagun .

The architecture diagram will let me more confident to adjust the config of Sentry.

All 4 comments

We do not have any public material on how the architecture works. You're welcome to read the source code, but it's not a simple product and quite a large number of simple concepts make up sentry.

It is a great product, that is why I was curious. Thanks anyway.

@fatagun you can learn about most pieces that aren't a standard lamp stack by looking at sentry/app.py. Most systems have a common entry point that we try to keep fairly simple and document.

Hi, @dcramer , I quite agree with @fatagun .

The architecture diagram will let me more confident to adjust the config of Sentry.

Was this page helpful?
0 / 5 - 0 ratings