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/opentelemetry-enable.md
+8-6Lines changed: 8 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -308,7 +308,7 @@ Run your application and open your **Application Insights Resource** tab in the
308
308
:::image type="content" source="media/opentelemetry/server-requests.png" alt-text="Screenshot of the Application Insights Overview tab with server requests and server response time highlighted.":::
309
309
310
310
> [!IMPORTANT]
311
-
> If you have two or more services that emit telemetry to the same Application Insights resource, you're required to [set Cloud Role Names](#set-cloud-role-name-and-cloud-role-instance) to represent them properly on the Application Map.
311
+
> If you have two or more services that emit telemetry to the same Application Insights resource, you're required to [set Cloud Role Names](#set-the-cloud-role-name-and-the-cloud-role-instance) to represent them properly on the Application Map.
312
312
313
313
As part of using Application Insights instrumentation, we collect and send diagnostic data to Microsoft. This data helps us run and improve Application Insights. You have the option to disable nonessential data collection. To learn more, see [Statsbeat in Azure Application Insights](./statsbeat.md).
314
314
@@ -402,7 +402,7 @@ Sampling is supported in OpenTelemetry, but it isn't supported in the Azure Moni
402
402
403
403
## Instrumentation libraries
404
404
<!-- Microsoft has tested and validated that the following instrumentation libraries will work with the **Preview** Release. -->
405
-
The following libraries are validated to work with the preview release:
405
+
The following libraries are validated to work with the preview release.
406
406
407
407
> [!WARNING]
408
408
> Instrumentation libraries are based on experimental OpenTelemetry specifications. Microsoft's *preview* support commitment is to ensure that the following libraries emit data to Azure Monitor Application Insights, but it's possible that breaking changes or experimental mapping will block some data elements.
@@ -461,6 +461,8 @@ The following libraries are validated to work with the preview release:
461
461
462
462
## Modify telemetry
463
463
464
+
This section explains how to modify telemetry.
465
+
464
466
### Add span attributes
465
467
466
468
To span attributes, use either of the following two ways:
@@ -593,7 +595,7 @@ You can populate the _client_IP_ field for requests by setting the `http.client_
593
595
594
596
##### [.NET](#tab/net)
595
597
596
-
Use the add [custom property example](#add-custom-property), but replace the following lines of code in `ActivityEnrichingProcessor.cs`:
598
+
Use the add [custom property example](#add-a-custom-property), but replace the following lines of code in `ActivityEnrichingProcessor.cs`:
597
599
598
600
```C#
599
601
// only applicable in case of activity.Kind == Server
0 commit comments