This website requires JavaScript.
Explore
Help
Sign In
ylqjgm
/
canvas-lms
mirror of
https://github.com/instructure/canvas-lms.git
Watch
1
Star
0
Fork
You've already forked canvas-lms
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
24a67c187c
canvas-lms
/
gems
/
live_events
/
Gemfile
8 lines
84 B
Ruby
Raw
Normal View
History
Unescape
Escape
initial live events implementation This commit adds a new module called LiveEvents that knows how to send a certain set of events to Kinesis. The module is configured via normal plugin settings per account. Once the plugin is configured with a Kinesis stream, events will start getting sent to that stream. Events are sent asynchronously, in a background thread. test plan: * See `doc/live_events.md` for instructions on how to setup a local kinesis stream and configure the LiveEvents plugin. * Start tailing the stream with the command specified in `doc/live_events.md` in a terminal. * Perform the actions described in `doc/api/live_events.md` and verify that events show up in your Kinesis terminal with the correct data. Change-Id: Id799688c972205a1eee84a673912f84b0c7abb57 Reviewed-on: https://gerrit.instructure.com/50324 Reviewed-by: Rob Orton <rob@instructure.com> Tested-by: Jenkins Reviewed-by: Jacob Fugal <jacob@instructure.com> QA-Review: Jacob Fugal <jacob@instructure.com> Product-Review: Zach Wily <zach@instructure.com>
2015-03-14 04:07:54 +08:00
source
'https://rubygems.org'
gem
'aws-sdk'
gemspec
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-14 06:20:01 +08:00
gem
'canvas_statsd'
,
'1.0.0'