Azure / botbuilder-instrumentation

Add extra logging for bot framework
MIT License
23 stars 22 forks source link

Count steps in transaction #5

Open morsh opened 7 years ago

morsh commented 7 years ago

Enable counting the number of messages when starting a transaction and log final number to end transaction. Add startTime + totalTime to end transaction. Inside a transaction, keep track of time between messages.