hossamr77

Results 2 issues of hossamr77

i have created the following listener and registered it when the server is starting to listen to the event of stat.increment and log the value into the console but unfortunately...

i wrote the following line of codes to calculate statistics for function invocation var stat = require('monitor').getStatLogger('person'); function getUserUUIDByEmail(req, res, opts){ stat.increment('person.byEmail'); } i need help to view 'person.byEmail' property...