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
Is there a reason you require Redis instead of a lighter weight approach like sharing an MVar and using an online method for calculating the summary statistics?
The text was updated successfully, but these errors were encountered:
Instrument is designed for monitoring distributed (multi-node) applications, so we need process-external coordination as opposed to in process alternatives like mvars for aggregation.
On Jun 16, 2016, at 7:19 PM, Doug Beardsley [email protected] wrote:
Is there a reason you require Redis instead of a lighter weight approach like sharing an MVar and using an online method for calculating the summary statistics?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
Is there a reason you require Redis instead of a lighter weight approach like sharing an MVar and using an online method for calculating the summary statistics?
The text was updated successfully, but these errors were encountered: