Skip to content

Latest commit

 

History

History
164 lines (114 loc) · 9.78 KB

app-insights-dashboards.md

File metadata and controls

164 lines (114 loc) · 9.78 KB
title description services documentationcenter author manager ms.assetid ms.service ms.workload ms.tgt_pltfrm ms.topic ms.date ms.author
Dashboards and navigation in the Azure Application Insights | Microsoft Docs
Create views of your key APM charts and queries.
application-insights
mrbullwinkle
carmonm
39b0701b-2fec-4683-842a-8a19424f67bd
application-insights
tbd
ibiza
conceptual
03/14/2017
mbullwin

Navigation and Dashboards in the Application Insights portal

After you have set up Application Insights on your project, telemetry data about your app's performance and usage will appear in your project's Application Insights resource in the Azure portal.

Find your telemetry

Sign in to the Azure portal and navigate to the Application Insights resource that you created for your app.

Click Browse, select Application Insights, then your app.

The overview blade (page) for your app shows a summary of the key diagnostic metrics of your app, and is a gateway to the other features of the portal.

Major routes to view your telemetry

You can customize any of the charts and grids and pin them to a dashboard. That way, you can bring together the key telemetry from different apps on a central dashboard.

Dashboards

The first thing you see after you sign in to the Microsoft Azure portal is a dashboard. Here you can bring together the charts that are most important to you across all your Azure resources, including telemetry from Azure Application Insights.

A customized dashboard.

  1. Navigate to specific resources such as your app in Application Insights: Use the left bar.
  2. Return to the current dashboard, or switch to other recent views: Use the drop-down menu at top left.
  3. Switch dashboards: Use the drop-down menu on the dashboard title
  4. Create, edit, and share dashboards in the dashboard toolbar.
  5. Edit the dashboard: Hover over a tile and then use its top bar to move, customize, or remove it.

Add to a dashboard

When you're looking at a blade or set of charts that's particularly interesting, you can pin a copy of it to the dashboard. You'll see it next time you return there.

To pin a chart, hover over it and then click "..." in the header.

  1. Pin chart to dashboard. A copy of the chart appears on the dashboard.
  2. Pin the whole blade to the dashboard - it appears on the dashboard as a tile that you can click through.
  3. Click the top left corner to return to the current dashboard. Then you can use the drop-down menu to return to the current view.

Notice that charts are grouped into tiles: a tile can contain more than one chart. You pin the whole tile to the dashboard.

The chart is automatically refreshed with a frequency that depends on the chart's time range:

  • Time range up to 1 hour: Refresh every 5 minutes
  • Time range 1 - 24 hours: Refresh every 15 minutes
  • Time range above 24 hours: (Time range)/60.

Pin any query in Analytics

You can also pin Analytics charts to a shared dashboard. This allows you to add charts of any arbitrary query alongside the standard metrics.

Results are automatically recalculated every hour. Click the Refresh icon on the chart to recalculate immediately. (Browser refresh doesn't recalculate.)

Adjust a tile on the dashboard

Once a tile is on the dashboard, you can adjust it.

Hover over a chart in order to edit it.

  1. Add a chart to the tile.
  2. Set the metric, group-by dimension and style (table, graph) of a chart.
  3. Drag across the diagram to zoom in; click the undo button to reset the timespan; set filter properties for the charts on the tile.
  4. Set tile title.

Tiles pinned from metric explorer blades have more editing options than tiles pinned from an Overview blade.

The original tile that you pinned isn't affected by your edits.

Switch between dashboards

You can save more than one dashboard and switch between them. When you pin a chart or blade, they're added to the current dashboard.

To switch between dashboards, click Dashboard and select a saved dashboard. To create and save a new dashboard, click New. To rearrange, click Edit.

For example, you might have one dashboard for displaying full screen in the team room, and another for general development.

On the dashboard, a blade appears as a tile: click it to go to the blade. A chart replicates the chart in its original location.

Click a tile to open the blade it represents

Share dashboards

When you've created a dashboard, you can share it with other users.

In the dashboard header, click Share

Learn about Roles and access control.

Create dashboards programmatically

You can automate dashboard creation using Azure Resource Manager and a simple JSON editor.

App navigation

The overview blade is the gateway to more information about your app.

  • Any chart or tile - Click any tile or chart to see more detail about what it displays.

Overview blade buttons

Overview blade top navigation bar

  • Metrics Explorer - Create your own charts of performance and usage.
  • Search - Investigate specific instances of events such as requests, exceptions, or log traces.
  • Analytics - Powerful queries over your telemetry.
  • Time range - Adjust the range displayed by all the charts on the blade.
  • Delete - Delete the Application Insights resource for this app. You should also either remove the Application Insights packages from your app code, or edit the instrumentation key in your app to direct telemetry to a different Application Insights resource.

Essentials tab

App navigation bar

Left navigation bar

  • Overview - Return to the app overview blade.
  • Activity log - Alerts and Azure administrative events.
  • Access control - Provide access to team members and others.
  • Tags - Use tags to group your app with others.

INVESTIGATE

CONFIGURE

SETTINGS

  • Locks - lock Azure resources
  • Automation script - export a definition of the Azure resource so that you can use it as a template to create new resources.

Video

[!VIDEO https://channel9.msdn.com/events/Connect/2016/112/player]

Next steps

Metrics explorer
Filter and segment metrics
Search example
Diagnostic search
Find and inspect events, related events, and create bugs
Search example
Analytics
Powerful query language
Search example