canvas-lms/gems/canvas_statsd/spec
Jason Madsen ae7c4868e7 report num SQL read, write, cache calls to statsd
closes CNVS-19588

test plan:

  - enable statsd in config/statsd.yml
  - visit several various pages in canvas
    - create some things, update some things
    - reload a page or two

    - canvas should continue to function as expected
    - statsd request keys for controller actions should now have:
      - sql.read
      - sql.write
      - sql.cache

Change-Id: Ia71dc4db6ab6d4c99ecf375ad708e54553d59ed5
Reviewed-on: https://gerrit.instructure.com/51157
Reviewed-by: Ethan Vizitei <evizitei@instructure.com>
Tested-by: Jenkins
QA-Review: Jeremy Putnam <jeremyp@instructure.com>
Product-Review: Ethan Vizitei <evizitei@instructure.com>
2015-04-01 17:13:01 +00:00
..
canvas_statsd report num SQL read, write, cache calls to statsd 2015-04-01 17:13:01 +00:00
spec_helper.rb extract canvas statsd gem 2014-03-14 15:03:23 +00:00