sentry-extensions / cyclops

Cyclops is meant to be a high performance barrier in front of Sentry (http://getsentry.com).
http://sentry-extensions.github.io/cyclops/
163 stars 15 forks source link

Cyclops and Sentry 6 #5

Closed pcdinh closed 10 years ago

pcdinh commented 11 years ago

Hi,

I just installed Sentry 6 and found that there is a configuration that helps improve concurrent writes in Sentry. That would increase Sentry response time if I understand correctly

https://github.com/getsentry/sentry/blob/master/docs/quickstart/index.rst#configuring-memcache

What are the advantages of Cylops over Sentry cache and buffer settings?

heynemann commented 10 years ago

We tested Sentry with all possible configurations, even with celery queueing and it just won't work for our volume of data (our front-end pages sending errors for 20M users). Cyclops can handle that because you can set an ignore message threshold per project. We ignore 95% of all incoming errors after a certain amount of errors / second.