Share via

Incorrect Data in Application Insight for network calls

Karthikeyan Mani 0 Reputation points
2024-12-16T17:19:43.1066667+00:00

We are comparing networks calls for one transaction for our application against Application insight browser information data. But when we compare data we are see multiple rows for one network call in Application insights with same operation name, operation id but item id is different. Can we consider this as duplicate records or unique records. Could you please provide your suggesion.

Azure Monitor
Azure Monitor

An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.


1 answer

Sort by: Most helpful
  1. Anonymous
    2024-12-30T13:08:07.9166667+00:00

    Hi @Karthikeyan Mani,

    Welcome to Microsoft Q&A Forum, thank you for posting your query here!

    In the question itself is stating that there was same operation name & ID but in result there was different item ID for those same operations, it means there were no duplicate entries in the data, because the Item can either have different telemetry info related to the operation.

    User's imageEvery telemetry item can define the context information like application version or user session ID.

    ID: ID is the identifier of a request call instance. It's used for correlation between the request and other telemetry items. The ID should be globally unique. For more information, see Telemetry correlation in Application Insights.

    Please refer to the below doc. 

    Application Insights telemetry data model - Azure Monitor | Microsoft Learn

    Please let me know how it goes, we will always help as you needed.!

    Was this answer helpful?

    0 comments No comments

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.