Files
edx-platform/lms/djangoapps/courseware
David Ormsbee 0aa58f5033 New Relic transaction naming now ignores suffix most of the time.
The only time it should include the suffix is when the handler is
explicilty "xmodule_handler", meaning it's an old-style handler
that routes everything. For example, Capa uses one handler for
all its AJAX requests, and only differentiates actions based on
suffix ("get", "problem_check", etc.).

What prompted this change is that LTIDescriptor defines a handler
"lti_2_0_result_rest_handler" which encodes user-specific
information into the suffix. This is a perfectly valid thing to
do, but it blows out the number of named transactions in our
metrics.
2015-11-02 22:17:46 -05:00
..
2015-04-10 23:30:27 -04:00
2012-06-06 14:09:01 -04:00
2015-09-28 17:12:43 -04:00
2015-07-21 14:39:18 +00:00
2015-10-26 16:26:41 -04:00