I have created at bot for slack and deployed to Azure, for this bot I have a client requirement, My client wants to measure latency between slack client to Bot and vice a versa. i.e only time taken by user message to reach to Bot and time taken by response to slack user. I have been exploring Azure application insight from three days , but could not find any helpful service. I can not change my bot code , Is there any way in azure service by that I can monitor latency?
Asked
Active
Viewed 137 times
0
-
1"My client wants to measure latency between slack client to Bot" < so it can't be achieved from Azure, as Slack client is not on Azure (how would Azure know when the message was sent?). I think you will not have an answer to do this – Nicolas R Mar 28 '18 at 15:47
-
@NicolasR , I thought of the same...But request header contains the time stamp of request generated from client. Maybe Azure app insight can catch this for latency....or something like this..! I don't know. – Planet-Zoom Mar 30 '18 at 11:01
-
Yes but as you don't know how this timestamp is generated, it will not be really useful... – Nicolas R Mar 30 '18 at 12:57