Commit 3ba45fec by Vik Paruchuri

added instrumentation, including user logins,registrations,enrollment,correct answers

parent f296815d
......@@ -57,7 +57,7 @@ class CorrectMap(object):
if correctness=="correct":
statsd.increment("user.correct_answer")
else:
statsd.increment("user.incorrect_answer)
statsd.increment("user.incorrect_answer")
def __repr__(self):
return repr(self.cmap)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment