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
-
Add support for viewing raw body requests
It would be great to see raw body request on analytics. Good for monitoring restful api calls (for example json payloads)
346 votesWe are exploring how to implement this feature without compromising privacy. Thank you for all the feedback!
- Matt, Product Manager -
server response time needs to ignore signalr
The average response time metric is not very useful if it is counting signalr persistent connections. I can't filter out these requests in the default dashboard graphs and it's a pain to filter it out in every single graph I create. There needs to be a way to ignore certain patterns from being tracked.
109 votesThank you all for sharing the feedback and upvoting for this feature. It is something being reviewed internally by the team and will be considered in the next wave of planning.
-
Enable collecting POST parameters by configuration
When an exception happens and the details are captured on Application insight, it would be great if POST parameters were available as well.
This feature can be turned off for certain pages via configuration r even posting an extra parameter like Ignore Post Parameters.
This will make sure sensitive application data like login information is not captured.
This feature can only work when a http POST ends up with a 500 error to assist debugging application, to make sure huge data is not captured and never used.32 votesThank you for the feedback, team is reviewing the item to prioritize it accordingly with other priority features for the semester. We will continue to revisit it and update the status accordingly. Thank you
-
C++ SDK for server and desktop applications
We'd like to use Application Insights with our native (Win32) server application written in C++, as well as our Win32 desktop application (C++).
Without C++ support we can't build a full stack solution based on Application Insights.
24 votesI’m interested in hearing more about your C++ scenarios. If you have a few minutes to chat, please shoot me an email at mmcc@microsoft.com.
- Matt McCleary, Product PM -
Add a priority level for all traced events
There should be a priority level that indicates the relative priority of the data.
The priority level of a tracked item should be possible to set on an item by item basis, or by more general declarative rules.High priority data should be retained for longer time and care should be taken to make sure no high priority data is lost anywhere.
Example of use case:
You might want to mark events when a user change/request a new password longer than a metric of time taken for a storage request.13 votesHaving different retention policies for different telemetry items is a very interesting feature request. Enabling this is fundamentally non-trivial, so please keep upvoting and including the use cases where this is necessary. Please keep in mind that you can today ensure retention longer than 90d by using continuous export to archive subsets of the telemetry to external storages/data warehouses of your choice.
Best, Michael
-AppInsights Product Management -
Dependency tracking for Azure Cosmos DB with TCP mode
According to the documentation https://docs.microsoft.com/en-us/azure/azure-monitor/app/asp-net-dependencies#automatically-tracked-dependencies only HTTP calls are tracked as dependency for Azure Cosmos DB and TCP mode is not supported. Please, add support to track dependency calls to Cosmos DB when Direct TCP mode is used.
8 votes -
VueJs Support
Add support for VueJs that supports the entire Analytics feature set. There is an open source one currently, but its pretty basic.
8 votesHi Eric,
Can you clarify what Analytics feature set you are referring to?
Thanks,
Morgan from the AppInsights team -
Character encodings supported by Application Insights
It would be nice if it is clarified which character encoding is supported by Application Insights and SDKs.
We may want to send telemetry with application logs via LogBack and AI Appender but the log may have multi-bytes local language characters.7 votes -
Capture Screen Resolution is missing
You used to be able to get Screen Resolution by creating a new Session chart and Grouping By "Screen Resolution". This option is no longer there! How can find this info now so it can help me make decisions (please don't let it be send custom events... i need to look at my current historic data)?
7 votesHi Folks,
Screen resolution was deprecated as a standard dimension, but it’s still available as a custom dimension.
See thread here for context:
https://github.com/microsoft/ApplicationInsights-Home/issues/124Feel free to make a case as to why this should be brought back as a standard dimension, but please note that standard dimensions add cost for everyone who doesn’t use the data.
Thanks,
-Matt, Azure Monitor PM -
SDK for WCF - make it official!
I like the idea of monitoring WCF Services with Application Insights and I'm sucessfully using the related SDK Lab already in production for a while. Please make the WCF Lab SDK offical! In addition, it would be nice to be able to log the RAW SOAP Messages as well.
https://azure.microsoft.com/en-us/blog/wcf-monitoring-with-application-insights/
7 votes -
url referral
Need url referral on pageViews, and requests. How to keep track where the visitor come from?
7 votes -
Let us capture UserAgent and other request headers/params
I understand you not capturing full UserAgent by default because of concerns of PII.
But please give some control over this data scrubbing, so we can (at our own risk) let certain fields through.
An awful lot of our App Insights monitor internal microservices that are only called by other microservices and there are no concerns knowing which microservice and which version. On the contrary, it is incredibly valuable information for debugging.
We deal with this at the moment by logging custom traces for every request, but this complicates our queries and raises our app insights bill.
6 votes -
Data needs to be encrypted even when saved locally on disk when App Insights throttling limits are reached
Right now, Microsoft does no encrypt data saved locally to disk when Application insights SDK writes to local disk when throttling limits are reached. Please refer to the following section from Microsoft documentation at
https://docs.microsoft.com/en-us/azure/azure-monitor/app/data-retention-privacy
This needs to be encrypted or alternative solutions provided, we cannot afford to have any data to be un-encrypted at any given point of time on Azure
Does the SDK create temporary local storage?
Yes, certain Telemetry Channels will persist data locally if an endpoint cannot be reached. Please review below to see which frameworks and telemetry channels are affected.
Telemetry channels that utilize local…
5 votes -
Track CDN metrics in Application Insights
I want to collect my telemetry data for my cdn and be able to tell
- my overall cdn metrics for my app integrated in my solution
- if I have a gain when enabling cdn
- where I should leverage cdn5 votes -
Using Thread.sleep after flush makes me cry
Thread.sleep in order to be sure that the log has been sent :(
Any better implementation? Really?https://docs.microsoft.com/es-es/azure/azure-monitor/app/api-custom-events-metrics
4 votes -
Support for changing custom performance counter sample interval in Application Insights
When exploring custom performance counters in Application Insights , the sample interval is by default 1 second, should there be a way to customize this in ApplicationInsights.config?
4 votesPer Sergey’s request:
Please reactivate GitHub issue and tell us what is your specific scenario why you need the collection interval to be shorter giving other characteristics of Application Insights backend. Assumptions is that you need more than just collection interval change and we need to know what.
-
AdaptiveSamplingTelemetryProcessor node being added twice to default ApplicationInsights.config
Whenever I add ApplicationInsights via the nuget packages, the ApplicationInsights.config file contains the AdaptiveSamplingTelemetryProcessor node two times:
<TelemetryProcessors>
<Add Type="Microsoft.ApplicationInsights.Extensibility.PerfCounterCollector.QuickPulse.QuickPulseTelemetryProcessor, Microsoft.AI.PerfCounterCollector"/>
<Add Type="Microsoft.ApplicationInsights.Extensibility.AutocollectedMetricsExtractor, Microsoft.ApplicationInsights"/>
<Add Type="Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.AdaptiveSamplingTelemetryProcessor, Microsoft.AI.ServerTelemetryChannel">
<MaxTelemetryItemsPerSecond>5</MaxTelemetryItemsPerSecond>
<ExcludedTypes>Event</ExcludedTypes>
</Add>
<Add Type="Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.AdaptiveSamplingTelemetryProcessor, Microsoft.AI.ServerTelemetryChannel">
<MaxTelemetryItemsPerSecond>5</MaxTelemetryItemsPerSecond>
<IncludedTypes>Event</IncludedTypes>
</Add></TelemetryProcessors>
3 votes -
Implement support for querying telemetry in SDK's
It would be great if there would be a SDK client which allows of querying data (metrics, events etc) instead of having to make REST API calls.
Even if it might be trivial to make REST calls, from a developer perspective it would be a big improvement to just be able to call a method without having to deal with auth or looking up the call you need to make.
3 votes -
Support Internet Explorer 11 User Agent String in Application Insights
IE11 mistakenly gets categories as IE7.
3 votes -
Allow specifying Tags in ApplicationInsight.config
The article at [1] provides guidance on using tags to annotate requests so that we can separate traffic coming from separate environments and such. However, adding tags right now requires explicitly writing an IContextInitializer.
It would be great if specifying the tags would be available as an option directly from the ApplicationInsights.config file, either by directly providing an element for including the tag data, or by providing a built-in IContextInitializer that read it from the application configuration.
3 votes
- Don't see your idea?