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)
157
+
#### Logging frameworks
158
+
*[`ILogger`](./ilogger.md)
155
159
*[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)
160
+
*[`Log4J`, Logback, or java.util.logging](./opentelemetry-add-modify.md?tabs=java#logs)
*[Power BI for workspace-based resources](../logs/log-powerbi.md)
163
167
164
168
### 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.
169
+
Many community-supported Application Insights SDKs exist. Azure Monitor only provides support when you use the supported instrumentation options listed in this article.
166
170
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).
171
+
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
172
169
173
---------------------------
170
174
@@ -179,7 +183,10 @@ From server web apps:
179
183
* HTTP requests.
180
184
*[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
185
*[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).
186
+
*[Performance counters](./performance-counters.md): Performance counters are available when using:
*[Custom events and metrics](./api-custom-events-metrics.md) that you code.
184
191
*[Trace logs](./asp-net-trace-logs.md) if you configure the appropriate collector.
185
192
@@ -225,7 +232,7 @@ You can [write PowerShell scripts](./powershell.md) by using Azure Resource Moni
225
232
226
233
You can't set up a metrics explorer report or set up continuous export.
227
234
228
-
### How can I query Application Insights telemetery?
235
+
### How can I query Application Insights telemetry?
229
236
230
237
Use the [REST API](/rest/api/application-insights/) to run [Log Analytics](../logs/log-query-overview.md) queries.
231
238
@@ -253,7 +260,7 @@ Post general questions to the Microsoft Q&A [answers forum](/answers/topics/2422
253
260
254
261
### Stack Overflow
255
262
256
-
Post coding questions to [Stack Overflow](https://stackoverflow.com/questions/tagged/azure-application-insights) by using an Application Insights tag.
263
+
Post coding questions to [Stack Overflow](https://stackoverflow.com/questions/tagged/azure-application-insights) by using an `azure-application-insights` tag.
0 commit comments