Azure AppInsights & Monitor - New additions and changes.
This article talks about some of the latest additions with respect to:
Azure Application Insight’s (Aka AppInsight)
Few new additions starting from the time you create a new AppInsight service.
Workspace-based resources are currently in public preview, it allows you to send your Application Insights telemetry to a common Log Analytics workspace
This new workspace-based(preview) option will allow us to send telemetry to the Log Analytics workspace. Let's select this one while creating a new AppInsight.
Some of the new enhancements in AppInsights are:
- Users
- Sessions
- Events
- Funnels
- User flows
Let's look into 1 by 1
- Users: This option is mainly used for to locate users (location), what browsers and operating systems they use. One of the enhancement is the Share option. Now you can share this report to any users.
New Layout:
Users screen with multiple options.
Old layout:
Few options which are no longer available as compared to previous version/release of AppInsight:
Live metric stream: renamed as “Live Metrics”
Metric Explorer: No longer available
Metrics (Preview): No longer available
servers: No longer available
Browser: No longer available
Troubleshooting guides: No longer available
Workloads: No longer available
Few New Additions in Azure Monitor
Let's look into Networks, it's going to show a lot many new options such as
- Load Balancers
- Network Interfaces
- Network Security groups
- Public IP’s
- Traffic Manager Profiles
- Virtual Networks (Vnets)
If I click on LoadBalancer it’s going to show granular info.
In a similar fashion, if you want granular info related to Public IP addresses, you can view as below. it's going to show
- TCP packets Dropped DDos
- UDP packets Dropped DDoS
- TCP bytes Dropped DDoS
- UDP bytes Dropped DDoS
Keyvault
In more granular about those failure numbers you can see on which API operation it failed
Azure RedisCache Monitoring
Now if I want to see in granular click on Cache Misses and it’s going to show in-depth info
this article also on Medium: Click Here