You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-monitor/app/performance-counters.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,7 @@ If the performance counter you want isn't included in the list of metrics, you c
62
62
63
63
For more information, see [`Get-Counter`](/powershell/module/microsoft.powershell.diagnostics/get-counter).
64
64
65
-
1. Open ApplicationInsights.config.
65
+
1. Open `ApplicationInsights.config`.
66
66
67
67
If you added Application Insights to your app during development:
68
68
1. Edit `ApplicationInsights.config`in your project.
@@ -85,7 +85,7 @@ If the performance counter you want isn't included in the list of metrics, you c
85
85
86
86
You can capture both standard counters and counters you've implemented yourself. `\Objects\Processes` is an example of a standard counter that's available on all Windows systems. `\Sales(photo)\# Items Sold` is an example of a custom counter that might be implemented in a web service.
87
87
88
-
The format is `\Category(instance)\Counter"`, or for categories that don't have instances, just `\Category\Counter`.
88
+
The format is `\Category(instance)\Counter`, or for categories that don't have instances, just `\Category\Counter`.
89
89
90
90
The `ReportAs` parameter is required for counter names that don't match `[a-zA-Z()/-_ \.]+`. That is, they contain characters that aren't in the following sets: letters, round brackets, forward slash, hyphen, underscore, space, and dot.
91
91
@@ -101,7 +101,7 @@ To collect system performance counters and send them to Application Insights, yo
0 commit comments