Skip to content

Commit 4663918

Browse files
deyaaeldeenxirzec
andauthored
[core] Fix link in README (Azure#21894)
* [core] Fix link in README * Update sdk/core/README.md Co-authored-by: Jeff Fisher <xirzec@xirzec.com> Co-authored-by: Jeff Fisher <xirzec@xirzec.com>
1 parent 40a5c71 commit 4663918

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/core/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ To setup Application Insights tracking for your application follow the [Start Mo
130130

131131
Client libraries have preliminary support for [OpenTelemetry](https://opentelemetry.io/). This functionality is mostly managed by [@azure/core-tracing](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/core/core-tracing)
132132

133-
Each client library internally does the work to create a new OpenTelemetry `Span` for each service operation, making sure to end the `Span` after the result is returned back to the consumer. Many clients use a helper method called [createSpan](https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/textanalytics/ai-text-analytics/src/tracing.ts) to create the new `Span`.
133+
Each client library internally does the work to create a new OpenTelemetry `Span` for each service operation, making sure to end the `Span` after the result is returned back to the consumer. Many clients use a helper method called [withSpan](https://github.com/Azure/azure-sdk-for-js/blob/b697907427cb2332bf362742ace450524019dc96/sdk/textanalytics/ai-text-analytics/src/textAnalysisClient.ts#L495) to manage the new `Span` and automatically handle closing it.
134134

135135
When `tracingOptions.tracingContext` is set on an operation, a default request policy will automatically create a span for each HTTP request that is issued.
136136

0 commit comments

Comments
 (0)