cujojs / meld

AOP for JS with before, around, on, afterReturning, afterThrowing, after advice, and pointcuts
Other
644 stars 65 forks source link

Added UUID for tracing a single method invocation. #42

Open vivane opened 7 years ago

vivane commented 7 years ago

Joinpoint UUID would help tracing a single method invocation in calling application. For example, to store start time in "before" advice and calculate elapsed time in "after" advice - having UUID would let application to cache method invocation details and easily identify them.