webclient icon indicating copy to clipboard operation
webclient copied to clipboard

analytics

Open nitzantomer opened this issue 7 years ago • 3 comments

implement the analytics package (fugazi.analytics) to encapsulate (and abstract) the analytics reporting.

nitzantomer avatar Mar 20 '17 21:03 nitzantomer

Some logging services:

  • https://www.loggly.com/
  • https://clevertap.com/
  • https://mixpanel.com/
  • https://logrocket.com/
  • https://sentry.io/welcome/
  • https://www.logdna.com/
  • https://papertrailapp.com/
  • https://logentries.com/
  • https://stackify.com/
  • https://www.sumologic.com/
  • https://www.graylog.org/

(taken from a thread here: https://www.facebook.com/groups/jsisrael/permalink/1579668845410121/) also, here's a comparison between some of these options: http://blog.takipi.com/how-to-choose-the-right-log-management-tool/

there's also the option of using a hosted elk based service: http://blog.takipi.com/hosted-elasticsearch-the-future-of-your-elk-stack/

nitzantomer avatar Oct 18 '17 11:10 nitzantomer

Another discussion on this: https://www.facebook.com/groups/jsisrael/permalink/1600454106664928/

Two more additions:

  • https://trackjs.com/
  • https://www.bugsnag.com/

nitzantomer avatar Nov 07 '17 23:11 nitzantomer

Write a facade for publishing:

  1. Logs
  • Various levels: debug, info, warning, error, fatal?
  • UTF8 text message
  • Timestamp
  1. Metrics
  • Timestamp
  • Key - enum
  • value - number
  1. Events
  • Timestamp
  • Type - enum
  • data - json

creativeChips avatar Dec 11 '17 19:12 creativeChips