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

Add Metric reporting? #84

Open
jrconlin opened this issue May 1, 2014 · 3 comments
Open

Add Metric reporting? #84

jrconlin opened this issue May 1, 2014 · 3 comments

Comments

@jrconlin
Copy link
Contributor

jrconlin commented May 1, 2014

We've added a simple statsd metric reporting mechanism to our fork. It provides data to a statsd server as well as provides a per-instance, in memory JSON report locally.

Would this be of interest for others? I can submit a PR or a separate branch that incorporates the code.

@FiloSottile
Copy link
Owner

Sounds interesting, what metrics are you tracking?

@jrconlin
Copy link
Contributor Author

jrconlin commented May 2, 2014

We're tracking the number of vulnerable vs clean sites over time as well as cache hits vs misses.
The vuln vs. clean is obvious, the hit vs. miss is partly to help us understand how to optimize the cache.

@agrata04
Copy link

agrata04 commented May 2, 2014

Thank you for adding report to my fork .I am currently studying it.

Agrata shukla

On Thu, May 1, 2014 at 6:24 PM, JR Conlin notifications@github.com wrote:

We're tracking the number of vulnerable vs clean sites over time as well
as cache hits vs misses.
The vuln vs. clean is obvious, the hit vs. miss is partly to help us
understand how to optimize the cache.


Reply to this email directly or view it on GitHubhttps://github.com//issues/84#issuecomment-41974812
.

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

3 participants