canvas-lms/gems/live_events
Jason Madsen 8b78946c58 move canvas_statsd and related to external gem
closes CNVS-20323

canvas_statsd has been packaged and published as its own gem. remove
code from gems/ and other supporting code.

updated initializer to conform with new gem default tracking options

test plan:

  - enable statsd in config/statsd.yml
    - visit several pages in canvas
      - create some things, updates some things
      - reload a page or two
      - canvas should continue to function as expected
      - the following statsd request keys for controller actions should
        continue to be sent:
        - total
        - db
        - view
        - sql.read
        - sql.write
        - sql.cache
        - active_record

Change-Id: I28fbf8642a3d2719b08721a3df1c7b77ac52cb1f
Reviewed-on: https://gerrit.instructure.com/54251
Tested-by: Jenkins
Reviewed-by: Ethan Vizitei <evizitei@instructure.com>
QA-Review: August Thornton <august@instructure.com>
Product-Review: Jason Madsen <jmadsen@instructure.com>
2015-05-18 15:53:19 +00:00
..
lib initial live events implementation 2015-04-03 15:22:33 +00:00
spec initial live events implementation 2015-04-03 15:22:33 +00:00
Gemfile move canvas_statsd and related to external gem 2015-05-18 15:53:19 +00:00
Rakefile initial live events implementation 2015-04-03 15:22:33 +00:00
live_events.gemspec initial live events implementation 2015-04-03 15:22:33 +00:00
test.sh initial live events implementation 2015-04-03 15:22:33 +00:00