Azure Monitor-Application Insights
Welcome to the Azure Application Insights UserVoice site. This site is for suggestions and ideas for all aspects of Application Insights such as our SDKs, Web tests, Analytics, etc. We look forward to hearing from you!
The Application Insights team
-
Support Authenticated User id in usage scenarios
Support Authenticated User id in usage scenarios . For retention currently we are showing retention users value wrt userId column. It would be good if we can support userAuthenticatedId. Similarly for other usage blade like users, session, workbook, funnel etc.
12 votesCounting by authenticated users is supported in the Users, Sessions, Events, and Cohorts tools. The Retention tool doesn’t support authenticated user counting, but the “N-period retention” workbook template does…check it out in the Workbooks tool. Counting authenticated users is on the backlog for the Funnels tool, but no ETA on when it will arrive.
- David from the App Insights team
-
Application Insights - User Flows export to PowerBI
It would be greate to have an export of the User Flows to PowerBI.
10 votes -
Export user flow graph as png/jpg/pdf
There should be an option to export the user flow graph to an image or a PDF, so it can be shared with colleagues who don't have and need not have Azure access.
7 votes -
Capture Region of Executing Process as part of analytics data
In the analytics schema, we have fields cloudRoleName and cloudRoleInstance. When an application is deployed to multiple regions and each deployment is using a single instrumentation key, it would be useful to split data by the cloud geographic region that processed the telemetry,
e.g. cloud_GeoRegion, to contain data such as 'West Europe', 'West US', 'UK West' etc.
This would apply to any of the schemas, where cloudRoleName and cloudRoleInstance are recorded.
5 votesSergey might be able to help you find ways to do this on your own. But we don’t have any plans to do this automatically in the App Insights SDK, given the breadth and telemetry size consequences of that kind of change.
- David from the App Insights team
-
user flow that can be configured by a custom Property (rather than session or operation)
Currently User flow can "group" the flow of calls based on session or operation. But there are specific scenarios (Like a REST API) where continuity is not based on operations or session. But some custom property we inject in the CustomEvents (it can be either a custom SessionId that is sent by the client code or CustomUserId)
2 votesThanks for the feedback. Your feedback is now open for the user community to upvote & comment on. This allows us to effectively prioritize your request against our existing feature backlog and also gives us insight into the potential impact of implementing the suggested feature.
-
Make it possible to make a link to a specifc application insights log entry
We are often in the situation where we need others to have a look at a log entry in application insights. Currently, we have to get that person over to out screen to have them look at it, but it is extremely cumbersome.
It would be much better if we could have a link to the shown event and just pass the link around.
2 votes -
Add link from Events to Analytics pane
On the usage | Events, after choosing 'View More Insights', and clicking on a Custom Event name in the Event Statistics.
Add a link to the Analytics Query builder with a pre-configured query.
customEvents
| limit 50
| where name == "{customEvents.name}"1 vote -
Fix UI to see truncated text in user flows
If you have long page names, it is impossible to see the full name. This is a simple change request to see the full name; e.g. by a tooltip or allowing more lines of text in the UI element.
1 voteThanks for the valid suggestion. Your feedback is now open for the user community to upvote & comment on. This allows us to effectively prioritize your request against our existing feature backlog and also gives us insight into the potential impact of implementing the suggested feature.
-
User Flows link to Events page
On UserFlows, have an option on the boxes (an Event), to go to the Events page with that specific Event selected to be able to delve more into the sessions that used it in a easier way.
1 voteThanks for the valid suggestion. Your feedback is now open for the user community to upvote & comment on. This allows us to effectively prioritize your request against our existing feature backlog and also gives us insight into the potential impact of implementing the suggested feature.
-
Browser performance view does not show per-page view performance
The browser performance view's bottom left section (shows summary of all pages and an overall roll up) appears to have a bug in the query. Using the 'View in Analytics' -> 'Requests' option, I can see this is the query that is used for that panel:
// this query calculates pageView duration percentiles and count by name
let start=datetime("2019-06-02T15:37:00.000Z");
let end=datetime("2019-06-03T15:37:00.000Z");
let timeGrain=5m;
let dataset=pageViews
// additional filters can be applied here
| where timestamp > start and timestamp < end
| where clientType == "Browser"
dataset
// change 'operationName' on the below line to segment by a…1 vote -
Usage Blades (Users, Sessions, Events, etc., etc.) usable across App Insights Resources
Even though I can create Analytics queries across multiple AI resources, I do not have a way to view information across AI resources in a view like the blades in the Usage section. I would really, really like to be able to use these blades across AI resources, not unlike the way that the Transaction view automatically spans AI resources when looking at telemetry.
Our system is composed of 30+ different ASP.NET applications and one SaaS non-.NET site that users interact with as if it were a single system. We have all pieces of it instrumented with App Insights, each…
1 voteThanks for the valid suggestion. Your feedback is now open for the user community to upvote which allows us to effectively prioritize your request against our existing feature backlog and also gives us insight into the potential impact of implementing the suggested feature
-
Seeing issues with Capturing Users, Sessions, Browser, Country and Events information charts in Application Insights
Hi,
I see issues in viewing telemetry data on App Insights Charts in Users, Sessions and Events sections in Usage Metrics.
I'm using applicationinsights-js SDK in modular approach(Angular5 Typescript & Ionic Framework). I was able to capture dependencies, traces and other info, but unable to view Users/Sessions/Country Region info. Any help is greatly appreciated.1 vote
- Don't see your idea?