You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to understand the reliability of various sentry components.
From docs it is mentioned that a Time-series Storage, with "RedisSnuba" implementation, is used to "display aggregate information for events and projects, as well as calculating (in real-time) the rates of events.".
Since it uses Redis, do I need to backup those data?
What happens if Redis loses relevant data? Will Sentry to be able to rebuild what is needed to function?
If no SENTRY_TSDB_OPTION is specified, I assume it uses the global redis instance across other components. Is that true?
For high volume sentry cluster, is it recommended to use a separated redis cluster for TSDB?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I am trying to understand the reliability of various sentry components.
From docs it is mentioned that a Time-series Storage, with "RedisSnuba" implementation, is used to "display aggregate information for events and projects, as well as calculating (in real-time) the rates of events.".
SENTRY_TSDB_OPTION
is specified, I assume it uses the global redis instance across other components. Is that true?Beta Was this translation helpful? Give feedback.
All reactions