Podcast
Questions and Answers
What is the benefit of using standard metrics over log-based metrics?
What is the benefit of using standard metrics over log-based metrics?
How can developers send events manually for log-based metrics?
How can developers send events manually for log-based metrics?
What is the purpose of the Application Insights blades in the Azure portal?
What is the purpose of the Application Insights blades in the Azure portal?
What kind of data analysis is log-based metrics superior for?
What kind of data analysis is log-based metrics superior for?
Signup and view all the answers
What are some techniques used by Application Insights to reduce telemetry volume?
What are some techniques used by Application Insights to reduce telemetry volume?
Signup and view all the answers
How are pre-aggregated metrics stored in Application Insights?
How are pre-aggregated metrics stored in Application Insights?
Signup and view all the answers
Which SDK version for.NET implements pre-aggregation of metrics during collection?
Which SDK version for.NET implements pre-aggregation of metrics during collection?
Signup and view all the answers
How does pre-aggregation of metrics benefit query time performance?
How does pre-aggregation of metrics benefit query time performance?
Signup and view all the answers
What is the impact of sampling and filtering on the accuracy of standard metrics sent by default?
What is the impact of sampling and filtering on the accuracy of standard metrics sent by default?
Signup and view all the answers
How does the Application Insights backend populate the new metrics for SDKs that don't implement pre-aggregation?
How does the Application Insights backend populate the new metrics for SDKs that don't implement pre-aggregation?
Signup and view all the answers
How does ingestion sampling impact the accuracy of pre-aggregated metrics?
How does ingestion sampling impact the accuracy of pre-aggregated metrics?
Signup and view all the answers
What enables new scenarios such as near real-time alerting on dimensions of metrics and more responsive dashboards?
What enables new scenarios such as near real-time alerting on dimensions of metrics and more responsive dashboards?
Signup and view all the answers
When is Auto-Instrumentation the preferred instrumentation method for monitoring Application Insights?
When is Auto-Instrumentation the preferred instrumentation method for monitoring Application Insights?
Signup and view all the answers
In what circumstances should the Application Insights SDK be installed?
In what circumstances should the Application Insights SDK be installed?
Signup and view all the answers
Which technology is natively supported for distributed tracing by Application Insights SDKs?
Which technology is natively supported for distributed tracing by Application Insights SDKs?
Signup and view all the answers
What is the purpose of installing a small instrumentation package in your app when using the Application Insights SDK?
What is the purpose of installing a small instrumentation package in your app when using the Application Insights SDK?
Signup and view all the answers
What is the purpose of availability tests in Application Insights?
What is the purpose of availability tests in Application Insights?
Signup and view all the answers
How many types of availability tests are available in Application Insights?
How many types of availability tests are available in Application Insights?
Signup and view all the answers
What can be tested using availability tests in Application Insights?
What can be tested using availability tests in Application Insights?
Signup and view all the answers
What can Application Insights do to monitor availability and responsiveness of a web app or website?
What can Application Insights do to monitor availability and responsiveness of a web app or website?
Signup and view all the answers
What is a feature of the URL ping test (classic) in Application Insights?
What is a feature of the URL ping test (classic) in Application Insights?
Signup and view all the answers
What is a characteristic of the standard test (Preview) in Application Insights?
What is a characteristic of the standard test (Preview) in Application Insights?
Signup and view all the answers
How many availability tests can be created per Application Insights resource?
How many availability tests can be created per Application Insights resource?
Signup and view all the answers
What is the preferred solution for multi-request or authentication test scenarios in Application Insights?
What is the preferred solution for multi-request or authentication test scenarios in Application Insights?
Signup and view all the answers
When using private DNS in availability tests, what is the recommended alternative if public domain name servers cannot resolve the domain names of the tested endpoints?
When using private DNS in availability tests, what is the recommended alternative if public domain name servers cannot resolve the domain names of the tested endpoints?
Signup and view all the answers
What method can be used to send the results of custom availability tests to Application Insights?
What method can be used to send the results of custom availability tests to Application Insights?
Signup and view all the answers
What does each node on the Application Map represent?
What does each node on the Application Map represent?
Signup and view all the answers
What triggers the discovery of components related to a specific component on the Application Map?
What triggers the discovery of components related to a specific component on the Application Map?
Signup and view all the answers
What are components in a distributed/microservices application?
What are components in a distributed/microservices application?
Signup and view all the answers
How does the app map find components in a distributed application?
How does the app map find components in a distributed application?
Signup and view all the answers