Application Insights Flashcards

1
Q

What is application insights?

A

You add app insights lib to your application and instrument your application, performance data is sent to Azure app insights where it is stored for presentation.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Can I see performance information in real time with Azure application insights?

A

Yes, application insights can show you the performance information in real time.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

How can I add a custom counter for app insights?

A

You add the insights code and add counter in code at the app start up, you can then see the counter available in the metric values in your application.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

How can I see the component of my application

A

Application insights enables you to see the components of you application with ‘Application map’

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What are the steps involved in creating app insights for an application?

A
  • Create an instance of app insights services in Azure
  • Select the region
  • Give it a name
  • Select the workspace to use
    and create
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is the App Insights Map showing us?

A

It is showing us the large components of your application, when I say large we mean the app and not it internal components, for example a web application that connects to another web service is two components.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

How can I check for HTTP 400’s

A

You can use app insights Failures to get a view.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

How can I get the availability of my solution?

A

After you’ve deployed your web app/website, you can set up recurring tests to monitor availability and responsiveness. Azure Application Insights sends web requests to your application at regular intervals from points around the world. It can alert you if your application isn’t responding, or if it responds too slowly.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

How can i get retention information?

A

App insights can capture retention information.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly