Skip to content

Commit 33cf210

Browse files
committed
update borders
1 parent 9de46c8 commit 33cf210

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

articles/azure-monitor/app/eventcounters.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,8 @@ For example, run the following query to see what counters are collected and avai
109109
performanceCounters | summarize avg(value) by name
110110
```
111111

112-
![Event counters reported in Application Insights](./media/event-counters/analytics-event-counters.png)
112+
> [!div class="mx-imgBorder"]
113+
> ![Event counters reported in Application Insights](./media/event-counters/analytics-event-counters.png)
113114
114115
To get a chart of a specific counter (for example: `ThreadPool Completed Work Item Count`) over the recent period, run the following query.
115116

@@ -120,8 +121,8 @@ performanceCounters
120121
| summarize avg(value) by cloud_RoleInstance, bin(timestamp, 1m)
121122
| render timechart
122123
```
123-
124-
![Chat of a single counter in Application Insights](./media/event-counters/analytics-completeditems-counters.png)
124+
> [!div class="mx-imgBorder"]
125+
> ![Chat of a single counter in Application Insights](./media/event-counters/analytics-completeditems-counters.png)
125126
126127
Like other telemetry, **performanceCounters** also has a column `cloud_RoleInstance` that indicates the identity of the host server instance on which your app is running. The above query shows the counter value per instance, and can be used to compare performance of different server instances.
127128

0 commit comments

Comments
 (0)