question

VishalGoyal-4290 avatar image
0 Votes"
VishalGoyal-4290 asked VishalGoyal-4290 commented

Application Insights shows incorrect GET operations

We have integrated Azure Application insights with our bot built using Azure bot framework using node.JS and typescript. Everything looks fine and we can see telemetry data flowing in.

In the failures section, we can see Operation name "GET /api/messages" showing repeated times - one failed call (405) and one success call (200).

But we have no GET operation being done on "/api/messages" in our code. We only have "POST" operations.

We are unable to understand why telemetry shows GET operation and one as failed and one as success.

Any help is appreciated.90742-data-get.png


azure-monitorazure-bot-service
data-get.png (160.5 KiB)
· 2
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

@VishalGoyal-4290 Error 405 seems to indicate a particular operation not supported by a channel. Did you get a chance to debug the bot from any of your channel?


0 Votes 0 ·

@romungi-MSFT : As mentioned, we have no such GET operations being informed in our bot code. So we are unable to understand where are these events coming from.

Regards.

0 Votes 0 ·

0 Answers