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/asp-net-troubleshoot-no-data.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ ms.date: 05/21/2020
31
31
32
32
## Request count collected by Application Insights SDK doesn't match the IIS log count for my application
33
33
34
-
Internet Information Services (IIS) logs counts of all request reaching IIS and inherently could differ from the total request reaching an application. Due to this, it isn't guaranteed that the request count collected by the SDKs will match the total IIS log count.
34
+
Internet Information Services (IIS) logs counts of all request reaching IIS and inherently could differ from the total request reaching an application. Due to this behavior, it isn't guaranteed that the request count collected by the SDKs will match the total IIS log count.
35
35
36
36
## No data from my server
37
37
* I installed my app on my web server, and now I don't see any telemetry from it. It worked OK on my dev machine.*
@@ -218,13 +218,13 @@ Performance data (CPU, IO rate, and so on) is available for [Java web services](
218
218
* Have you hit your monthly quota of data points? Open the Settings/Quota and Pricing to find out. If so, you can upgrade your plan, or pay for more capacity. See the [pricing scheme](https://azure.microsoft.com/pricing/details/application-insights/).
219
219
220
220
## I don't see all the data I'm expecting
221
-
If your application sends a lot of data and you're using the Application Insights SDK for ASP.NET version 2.0.0-beta3 or later, the [adaptive sampling](./sampling.md) feature may operate and send only a percentage of your telemetry.
221
+
If your application sends considerable data and you're using the Application Insights SDK for ASP.NET version 2.0.0-beta3 or later, the [adaptive sampling](./sampling.md) feature may operate and send only a percentage of your telemetry.
222
222
223
-
You can disable it, but doing so is not recommended. Sampling is designed so that related telemetry is correctly transmitted, for diagnostic purposes.
223
+
You can disable it, but doing so isn't recommended. Sampling is designed so that related telemetry is correctly transmitted, for diagnostic purposes.
224
224
225
225
## Client IP address is 0.0.0.0
226
226
227
-
On February 5 2018, we announced that we removed logging of the Client IP address. This doesn't affect Geo Location.
227
+
On February 5 2018, we announced that we removed logging of the Client IP address. This recommendation doesn't affect Geo Location.
228
228
229
229
> [!NOTE]
230
230
> If you need the first 3 octets of the IP address, you can use a [telemetry initializer](./api-filtering-sampling.md#addmodify-properties-itelemetryinitializer) to add a custom attribute.
@@ -245,7 +245,7 @@ Follow these instructions to capture troubleshooting logs for your framework.
245
245
> [!NOTE]
246
246
> Starting in version 2.14, the [Microsoft.AspNet.ApplicationInsights.HostingStartup](https://www.nuget.org/packages/Microsoft.AspNet.ApplicationInsights.HostingStartup) package is no longer necessary, SDK logs are now collected with the [Microsoft.ApplicationInsights](https://www.nuget.org/packages/Microsoft.ApplicationInsights/) package. No additional package is required.
247
247
248
-
1. Modify your applicationinsights.config file to include the following:
248
+
1. Modify your applicationinsights.config file to include the following XML:
249
249
250
250
```xml
251
251
<TelemetryModules>
@@ -307,7 +307,7 @@ For more information,
307
307
308
308
## Collect logs with dotnet-trace
309
309
310
-
Alternatively, customers can also use a cross-platform .NET Core tool, [`dotnet-trace`](/dotnet/core/diagnostics/dotnet-trace) for collecting logs that can further help in troubleshooting. This may be helpful for linux-based environments.
310
+
Alternatively, customers can also use a cross-platform .NET Core tool, [`dotnet-trace`](/dotnet/core/diagnostics/dotnet-trace) for collecting logs that can further help in troubleshooting. This tool may be helpful for linux-based environments.
311
311
312
312
After installation of [`dotnet-trace`](/dotnet/core/diagnostics/dotnet-trace), execute the command below in bash.
0 commit comments