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
*[Power BI for workspace-based resources](../logs/log-powerbi.md)
114
114
115
-
### Unsupported SDKs
115
+
### Unsupported Software Development Kits (SDKs)
116
116
Many community-supported Application Insights SDKs exist. Azure Monitor only provides support when you use the supported instrumentation options listed in this article.
117
117
118
118
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).
@@ -152,13 +152,13 @@ From [client webpages](./javascript-sdk.md):
152
152
* Exception details and message accompanying the error
153
153
* Line & column number of error
154
154
* URL where error was raised
155
-
* Network Dependency Requests made by your app XHR and Fetch (fetch collection is disabled by default) requests, include information on:
156
-
* Url of dependency source
157
-
* Command & Method used to request the dependency
158
-
* Duration of the request
159
-
* Result code and success status of the request
160
-
* ID (if any) of user making the request
161
-
* Correlation context (if any) where request is made
155
+
* Network Dependency Requests made by your app XML Http Request (XHR) and Fetch (fetch collection is disabled by default) requests, include information on:
156
+
* Url of dependency source
157
+
* Command & Method used to request the dependency
158
+
* Duration of the request
159
+
* Result code and success status of the request
160
+
* ID (if any) of user making the request
161
+
* Correlation context (if any) where request is made
162
162
* User information (for example, Location, network, IP)
163
163
* Device information (for example, Browser, OS, version, language, model)
164
164
* Session information
@@ -197,7 +197,9 @@ Use the [REST API](/rest/api/application-insights/) to run [Log Analytics](../lo
197
197
198
198
### Can I send telemetry to the Application Insights portal?
199
199
200
-
We recommend that you use our SDKs and use the [SDK API](./api-custom-events-metrics.md). There are variants of the SDK for various [platforms](./app-insights-overview.md#supported-languages). These SDKs handle processes like buffering, compression, throttling, and retries. However, the [ingestion schema](https://github.com/microsoft/ApplicationInsights-dotnet/tree/master/BASE/Schema/PublicSchema) and [endpoint protocol](https://github.com/MohanGsk/ApplicationInsights-Home/blob/master/EndpointSpecs/ENDPOINT-PROTOCOL.md) are public.
200
+
We recommend the [Azure Monitor OpenTelemetry Distro](opentelemetry-enable.md).
201
+
202
+
The [ingestion schema](https://github.com/microsoft/ApplicationInsights-dotnet/tree/master/BASE/Schema/PublicSchema) and [endpoint protocol](https://github.com/MohanGsk/ApplicationInsights-Home/blob/master/EndpointSpecs/ENDPOINT-PROTOCOL.md) are available publicly.
201
203
202
204
### How long does it take for telemetry to be collected?
203
205
@@ -215,15 +217,13 @@ Data is sent to an Application Insights [Log Analytics workspace](../logs/log-an
215
217
216
218
#### Privacy
217
219
218
-
Application Insights doesn't handle sensitive data by default, as long as you don't put sensitive data in URLs as plain text and ensure your custom code doesn't collect personal or other sensitive details. During development and testing, check the sent data in your IDE and browser's debugging output windows.
220
+
Application Insights doesn't handle sensitive data by default. We recommend you don't put sensitive data in URLs as plain text and ensure your custom code doesn't collect personal or other sensitive details. During development and testing, check the sent data in your IDE and browser's debugging output windows.
219
221
220
-
For archived information on this topic, see [Data collection, retention, and storage in Application Insights](/previous-versions/azure/azure-monitor/app/data-retention-privacy).
222
+
For archived information, see [Data collection, retention, and storage in Application Insights](/previous-versions/azure/azure-monitor/app/data-retention-privacy).
221
223
222
224
### What is the Application Insights pricing model?
223
225
224
-
Application Insights is billed through the Log Analytics workspace into which its log data ingested.
225
-
The default Pay-as-you-go Log Analytics pricing tier includes 5 GB per month of free data allowance per billing account.
226
-
Learn more about [Azure Monitor logs pricing options](https://azure.microsoft.com/pricing/details/monitor/).
226
+
Application Insights is billed through the Log Analytics workspace into which its log data ingested. The default Pay-as-you-go Log Analytics pricing tier includes 5 GB per month of free data allowance per billing account. Learn more about [Azure Monitor logs pricing options](https://azure.microsoft.com/pricing/details/monitor/).
227
227
228
228
### Are there data transfer charges between an Azure web app and Application Insights?
229
229
@@ -234,7 +234,7 @@ This answer depends on the distribution of our endpoints, *not* on where your Ap
234
234
235
235
### Do I incur network costs if my Application Insights resource is monitoring an Azure resource (that is, telemetry producer) in a different region?
236
236
237
-
Yes, you may incur more network costs, which vary depending on the region the telemetry is coming from and where it's going.
237
+
Yes, you can incur more network costs, which vary depending on the region the telemetry is coming from and where it's going.
238
238
Refer to [Azure bandwidth pricing](https://azure.microsoft.com/pricing/details/bandwidth/) for details.
239
239
240
240
## Help and support
@@ -243,9 +243,9 @@ Refer to [Azure bandwidth pricing](https://azure.microsoft.com/pricing/details/b
243
243
244
244
For Azure support issues, open an [Azure support ticket](https://azure.microsoft.com/support/create-ticket/).
245
245
246
-
### Microsoft Q&A questions forum
246
+
### Microsoft Questions and Answers (Q&A) forum
247
247
248
-
Post general questions to the Microsoft Q&A[answers forum](/answers/topics/24223/azure-monitor.html).
248
+
Post general questions to the [Microsoft Questions and Answers (Q&A) forum](/answers/topics/24223/azure-monitor.html).
249
249
250
250
### Stack Overflow
251
251
@@ -257,7 +257,8 @@ Leave product feedback for the engineering team in the [Feedback Community](http
257
257
258
258
### Troubleshooting
259
259
260
-
Review dedicated [troubleshooting articles](/troubleshoot/azure/azure-monitor/welcome-azure-monitor) for Application Insights.
0 commit comments