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
6fc0f8c28b
canvas-lms
/
config
/
statsd.yml.example
6 lines
98 B
Plaintext
Raw
Normal View
History
Unescape
Escape
track request timing and error reports with statsd Adds an infrastructure for using statsd (configured with config/statsd.yml) and uses it to track a few basic stats. Stat names are appended with the hostname. test plan: without statsd enabled, make sure no errors are raised when doing requests. add a statsd.yml configuration, restart the server, and verify that stats are sent over UDP to the given host/port (this could even be checked without statsd available, by monitoring UDP traffic) Change-Id: Ie8c3ece7e08ff48616ffd968069bd760300e4fd2 Reviewed-on: https://gerrit.instructure.com/12673 Tested-by: Jenkins <jenkins@instructure.com> Reviewed-by: Simon Williams <simon@instructure.com>
2012-08-02 04:36:26 +08:00
development:
#host: my.statsd.host
#port: 1234
#namespace: canvas
optionally don't append hostname to statsd keys test plan: add "append_hostname: false" to your statsd config and generate statsd metrics by visiting canvas pages. no hostname should be appended to the key, so all servers in the environment will write to the same metric. Change-Id: I4662601ae04661aee2a75b39eeb58c7902870a38 Reviewed-on: https://gerrit.instructure.com/19342 Tested-by: Jenkins <jenkins@instructure.com> Reviewed-by: Cody Cutrer <cody@instructure.com> QA-Review: Clare Hetherington <clare@instructure.com> Product-Review: Brian Palmer <brianp@instructure.com>
2013-04-05 00:11:17 +08:00
#append_hostname: false