Skip to content

Application Insights shows GET calls while my code does not have any such calls being made #1703

@vishalgoyal16444

Description

@vishalgoyal16444

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.

operation_SyntheticSource column is NULL for all these records.
query-GET.xlsx

Sample Application

If applicable, provide a sample application which reproduces the issue.

System information

Please provide the following information:

  • SDK Version:
  • OS type and version:
  • Application Server type and version (if applicable):
  • Using spring-boot?
  • Additional relevant libraries (with version, if applicable):

Logs

Turn on SDK logs and attach/paste them to the issue. If using an application server, also attach any relevant server logs.

Be sure to remove any private information from the logs before posting!

Screenshots

If applicable, add screenshots to help explain your problem.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions