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/ai-studio/how-to/develop/trace-local-sdk.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,6 +47,8 @@ pip install opentelemetry
47
47
pip install opentelemetry-exporter-otlp
48
48
```
49
49
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
+
50
52
# [JavaScript](#tab/javascript)
51
53
52
54
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:
55
57
npm install @azure-rest/ai-inference
56
58
```
57
59
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
+
58
62
# [C#](#tab/csharp)
59
63
60
64
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
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
+
66
72
---
67
73
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).
0 commit comments