Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using instrument without Redis #3

Open
mightybyte opened this issue Jun 16, 2016 · 1 comment
Open

Using instrument without Redis #3

mightybyte opened this issue Jun 16, 2016 · 1 comment

Comments

@mightybyte
Copy link

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?

@ozataman
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants