Azure Classic Application Insights Migration

Ajaykrishnan R 0 Reputation points
2024-02-12T11:18:00.8433333+00:00

Hi, I need some info on record types between Classic Application Insights Continous Export and Diagnostics settings, As you can see on the attached image, a few record types from Continous Export have equivalent record types in the Diagnostics setting, It would be really helpful if you guys have any idea on record type for which I have marked as '?'. Thanks in advance!

Image

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

1 answer

Sort by: Most helpful
  1. RevelinoB 3,675 Reputation points
    2024-02-12T16:16:32.2066667+00:00

    Hi Ajay,

    The image you've provided appears to be a comparison table between the ResourceType for Continuous Export and the Category Type for Diagnostics Settings in Application Insights. As I understand your query, the question marks show where you're not quite sure what matches up with what.

    So In Application Insights, Continuous Export was a feature that allowed you to continuously export telemetry data to an Azure storage account. Diagnostics Settings is a feature that allows you to send telemetry data to other destinations, such as Log Analytics, Event Hubs, or an Azure storage account. The ResourceType in Continuous Export and the Category Type in Diagnostics Settings are similar but might not always have a one-to-one mapping because the Diagnostics Settings feature offers more granular control over what data is exported. However, I could provide you some general info on this.

    • Messages: These usually represent trace data. In Diagnostics Settings, trace data can be found under the category type AppTraces.
    • PageViewPerformance: This data includes performance metrics related to page views. In Diagnostics Settings, this is typically represented as AppPageViewPerformance.
    • Rdd: RDD stands for Remote Dependency Data, which includes dependencies like HTTP calls, SQL queries, etc. In Diagnostics Settings, this type of data is usually represented as AppDependencies.

    It's important to note that the exact naming conventions might differ based on the version of Application Insights or the Azure portal updates. If you have access to the Azure portal, you can navigate to your Application Insights resource and check the Diagnostics Settings to see the available categories for export. These categories will give you the exact naming used in the Diagnostics Settings for the types of records you're interested in and hope will help you with your query?

    0 comments No comments

Your answer

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