Jonathan Borg
2012-Jun-15 09:19 UTC
collecting stats and displaying them, engine or in app
I''ve come to the point in my app where I want to collect all the information of my system and app and display it in cool graphs and stuff, I get that you can use collectD and statsD, but heres my question, what is the convention for when you have a "stats" part for your site, its not really part of the site, its not meant for the public so it feels messy sticking it in with the other business logic and views.. so it would seam that an engine would be appropriate ? but I have other stats, stats that are specific to my app like user count, signup rate etc.. is there a convention for how to do this ? TLDR: is there a good convention for separation of stats pages and actual app -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-talk/-/9NErb5asCSkJ. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Robert Walker
2012-Jun-15 19:39 UTC
Re: collecting stats and displaying them, engine or in app
Jonathan Borg wrote in post #1064711:> TLDR: is there a good convention for separation of stats pages and > actual > apphttp://newrelic.com/ -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.