Skip to content

Commit 758ad96

Browse files
committed
new picture higher resolutio and small revioew comments
1 parent d9e0b10 commit 758ad96

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

articles/azure-monitor/app/asp-net-core.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ Run your application and make requests to it. Telemetry should now flow to Appli
124124

125125
### Live Metrics
126126

127-
[Live Metrics](https://docs.microsoft.com/azure/application-insights/app-insights-live-stream) can be used to quickly verify if Application Insights monitoring is configured correctly. While it might take a few minutes before telemetry starts appearing in the portal and analytics, Live Metrics would show CPU usage of the running process in near real-time. It can also show other telemetry like Requests, Dependencies, Traces etc.
127+
[Live Metrics](https://docs.microsoft.com/azure/application-insights/app-insights-live-stream) can be used to quickly verify if Application Insights monitoring is configured correctly. While it might take a few minutes before telemetry starts appearing in the portal and analytics, Live Metrics would show CPU usage of the running process in near real-time. It can also show other telemetry like Requests, Dependencies, Traces, etc.
128128

129129
### ILogger logs
130130

@@ -437,7 +437,7 @@ using Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel;
437437

438438
### Is this SDK supported for the new .NET Core 3.0 Worker Service template applications?
439439

440-
This SDK requires `HttpContext`, and hence does not work in any non-HTTP applications, including the .NET Core 3.0 Worker Service applications. Refer to [this](worker-service.md) document for enabling application insights in such applications, using the newly release Microsoft.ApplicationInsights.WorkerService SDK.
440+
This SDK requires `HttpContext`, and hence does not work in any non-HTTP applications, including the .NET Core 3.0 Worker Service applications. Refer to [this](worker-service.md) document for enabling application insights in such applications, using the newly released Microsoft.ApplicationInsights.WorkerService SDK.
441441

442442
## Open-source SDK
443443

articles/azure-monitor/app/eventcounters.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.author: cithomas
1515
---
1616
# EventCounters introduction
1717

18-
`EventCounter` is .NET/.NET Core mechanism to publish and consume counters or statistics. [This](https://github.com/dotnet/corefx/blob/master/src/System.Diagnostics.Tracing/documentation/EventCounterTutorial.md) document gives an overview of `EventCounters` and examples on how to publish and consume them. EventCounters are supported in all OS Platforms - Windows, Linux, and MacOS. It can be thought of as a cross-platform equivalent for the [PerformanceCounters](https://docs.microsoft.com/dotnet/api/system.diagnostics.performancecounter) that is only supported in Windows systems.
18+
`EventCounter` is .NET/.NET Core mechanism to publish and consume counters or statistics. [This](https://github.com/dotnet/corefx/blob/master/src/System.Diagnostics.Tracing/documentation/EventCounterTutorial.md) document gives an overview of `EventCounters` and examples on how to publish and consume them. EventCounters are supported in all OS platforms - Windows, Linux, and macOS. It can be thought of as a cross-platform equivalent for the [PerformanceCounters](https://docs.microsoft.com/dotnet/api/system.diagnostics.performancecounter) that is only supported in Windows systems.
1919

2020
While users can publish any custom `EventCounters` to meet their needs, the .NET Core 3.0 runtime publishes a set of these counters by default. The document will walk through the steps required to collect and view `EventCounters` (system defined or user defined) in Azure Application Insights.
2121

@@ -135,8 +135,9 @@ Live Metrics do not show EventCounters as of today. Use Metric Explorer or Analy
135135

136136
### Which platforms can I see the default list of .NET Core 3.0 counters?
137137

138-
EventCounter don't require any special permissions, and is supported in all platforms .NET Core 3.0 is supported. This includes:
139-
* **Operating system**: Windows, Linux, or Mac.
138+
EventCounter doesn't require any special permissions, and is supported in all platforms .NET Core 3.0 is supported. This includes:
139+
140+
* **Operating system**: Windows, Linux, or macOS.
140141
* **Hosting method**: In process or out of process.
141142
* **Deployment method**: Framework dependent or self-contained.
142143
* **Web server**: IIS (Internet Information Server) or Kestrel.
-86.2 KB
Loading

0 commit comments

Comments
 (0)