Skip to content

Commit 78f4f61

Browse files
Merge pull request #1528 from lgayhardt/tracelinks
Adding links to Trace doc
2 parents 20c0755 + d647847 commit 78f4f61

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

articles/ai-studio/how-to/develop/trace-local-sdk.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ pip install opentelemetry
4747
pip install opentelemetry-exporter-otlp
4848
```
4949

50+
To learn more about Azure AI Inference SDK for Python and observability, see [Tracing via Inference SDK for Python](https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/ai/azure-ai-inference/README.md#observability-with-opentelemetry).
51+
5052
# [JavaScript](#tab/javascript)
5153

5254
Install the package `@azure-rest/ai-inference` for JavaScript using npm:
@@ -55,6 +57,8 @@ Install the package `@azure-rest/ai-inference` for JavaScript using npm:
5557
npm install @azure-rest/ai-inference
5658
```
5759

60+
To learn more about Azure AI Inference SDK for JavaScript and observability, see [Tracing via Inference SDK for JavaScript](https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/ai/ai-inference-rest/README.md#instrumentation).
61+
5862
# [C#](#tab/csharp)
5963

6064
Install the Azure AI Inference client library for .NET with [NuGet](https://aka.ms/azsdk/azure-ai-inference/csharp/package):
@@ -63,9 +67,11 @@ Install the Azure AI Inference client library for .NET with [NuGet](https://ak
6367
dotnet add package Azure.AI.Inference --prerelease
6468
```
6569

70+
To learn more Azure AI Inference SDK for C# and observability, see the [Tracing via Inference SDK for C#](https://github.com/Azure/azure-sdk-for-net/tree/Azure.AI.Inference_1.0.0-beta.2/sdk/ai/Azure.AI.Inference#observability-with-opentelemetry).
71+
6672
---
6773

68-
To learn more, see the [Inference SDK reference](../../reference/reference-model-inference-api.md).
74+
To learn more , see the [Inference SDK reference](../../reference/reference-model-inference-api.md).
6975

7076
### Configuration
7177

0 commit comments

Comments
 (0)