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
> OpenTelemetry-based instrumentation is available for [C#, Node.js, and Python](opentelemetry-enable.md). Review the limitations noted at the beginning of each language's official documentation. If you require a full-feature experience, use the existing Application Insights SDKs.
152
-
153
-
### Logging frameworks
154
-
*[ILogger](./ilogger.md)
153
+
#### Logging frameworks
154
+
*[`ILogger`](./ilogger.md)
155
155
*[Log4Net, NLog, or System.Diagnostics.Trace](./asp-net-trace-logs.md)
156
-
*[Log4J, Logback, or java.util.logging](./opentelemetry-add-modify.md?tabs=java#logs)
156
+
*[`Log4J`, Logback, or java.util.logging](./opentelemetry-add-modify.md?tabs=java#logs)
*[Power BI for workspace-based resources](../logs/log-powerbi.md)
163
163
164
164
### Unsupported SDKs
165
-
Several other community-supported Application Insights SDKs exist. Azure Monitor only provides support when you use the supported instrumentation options listed in this article.
165
+
Many community-supported Application Insights SDKs exist. Azure Monitor only provides support when you use the supported instrumentation options listed in this article.
166
166
167
-
We're constantly assessing opportunities to expand our support for other languages. For the latest SDK news, see [Azure updates for Application Insights](https://azure.microsoft.com/updates/?query=application%20insights).
167
+
We're constantly assessing opportunities to expand our support for other languages. For the latest news, see [Azure updates for Application Insights](https://azure.microsoft.com/updates/?query=application%20insights).
168
168
169
169
---------------------------
170
170
@@ -179,7 +179,10 @@ From server web apps:
179
179
* HTTP requests.
180
180
*[Dependencies](./asp-net-dependencies.md). Calls to SQL databases, HTTP calls to external services, Azure Cosmos DB, Azure Table Storage, Azure Blob Storage, and Azure Queue Storage.
181
181
*[Exceptions](./asp-net-exceptions.md) and stack traces.
182
-
*[Performance counters](./performance-counters.md): If you use the [Azure Monitor Application Insights agent](./application-insights-asp-net-agent.md), [Azure monitoring for VMs or virtual machine scale sets](./azure-vm-vmss-apps.md), or the [Application Insights collectd writer](/previous-versions/azure/azure-monitor/app/deprecated-java-2x#collectd-linux-performance-metrics-in-application-insights-deprecated).
182
+
*[Performance counters](./performance-counters.md): Performance counters are available when using:
*[Custom events and metrics](./api-custom-events-metrics.md) that you code.
184
187
*[Trace logs](./asp-net-trace-logs.md) if you configure the appropriate collector.
185
188
@@ -225,7 +228,7 @@ You can [write PowerShell scripts](./powershell.md) by using Azure Resource Moni
225
228
226
229
You can't set up a metrics explorer report or set up continuous export.
227
230
228
-
### How can I query Application Insights telemetery?
231
+
### How can I query Application Insights telemetry?
229
232
230
233
Use the [REST API](/rest/api/application-insights/) to run [Log Analytics](../logs/log-query-overview.md) queries.
231
234
@@ -253,7 +256,7 @@ Post general questions to the Microsoft Q&A [answers forum](/answers/topics/2422
253
256
254
257
### Stack Overflow
255
258
256
-
Post coding questions to [Stack Overflow](https://stackoverflow.com/questions/tagged/azure-application-insights) by using an Application Insights tag.
259
+
Post coding questions to [Stack Overflow](https://stackoverflow.com/questions/tagged/azure-application-insights) by using an `azure-application-insights` tag.
0 commit comments