Can I relate request passing through multiple services in application insights?

Roshni Patel 126 Reputation points
2022-12-14T19:26:09.977+00:00

Lets consider a situation where I have an external service sending an event, that event goes through event grid and is received by Java Microservices(hosted in azure) and then data is added to database. Is there a way to view this whole trace in application insights. A detailed answer would be appreciated of how it can be done.

Azure Monitor
Azure Monitor
An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
0 comments No comments
{count} votes

Answer accepted by question author
  1. Monalla-MSFT 13,166 Reputation points Moderator
    2022-12-15T03:34:22.277+00:00

    @Roshni Patel - Thanks for reaching out to us.

    Azure Application Insights allows one to monitor Web Applications, regardless of whether they're running on Azure or not. As mentioned in the Official documentation, this happens when one installs an instrumentation package in the application and sets up an Application Insights resource in the Microsoft Azure portal. The instrumentation monitors the app and sends telemetry data to the portal.

    Every Application Insights resource has an Instrumentation Key, also known as the ikey, which specifies where the Telemetry is to be displayed. Also, you can instrument not only the web application, but also any background components, and the JavaScript in the web pages.

    This document talks in detail about Dependency tracking with Azure Application Insights.

    And this document explains how you can leverage Application Map to discover such dependencies.

    Hope this helps. and please feel free to reach out if you have any further questions.

    ------------------------------------------------------------------

    If the above response was helpful, please feel free to "Accept as Answer" and "Upvote" the same so it can be beneficial to the community.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.