Skip to content

Commit f6bcb06

Browse files
Update articles/azure-monitor/app/opentelemetry-enable.md
Co-authored-by: Cijo Thomas <[email protected]>
1 parent 46d94fd commit f6bcb06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-monitor/app/opentelemetry-enable.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@ Span attributes can be added using either of the following two ways.
465465
1. Using options provided by [instrumentation libraries](#instrumentation-libraries).
466466
2. Adding a custom span processor.
467467

468-
These attributes may include adding a custom business property to your telemetry. You may also use attributes to set optional fields in the Application Insights Schema such as Client IP.
468+
These attributes may include adding a custom property to your telemetry. You may also use attributes to set optional fields in the Application Insights Schema such as Client IP.
469469

470470
> [!TIP]
471471
> The advantage of using "options provided by instrumentation libraries" (when available) is that the entire context is available, meaning users can select to add or filter additional attributes. For example, the enrich option the HttpClient instrumentation library includes giving users access to the httpRequestMessage itself, to select anything from it and store it as an attribute.

0 commit comments

Comments
 (0)