1
1
---
2
2
title : How to trace your application with Azure AI Inference SDK
3
3
titleSuffix : Azure AI Foundry
4
- description : This article provides instructions on how to trace your application with Azure AI Inference SDK.
4
+ description : This article provides instructions on how to trace your application with Azure AI Inference SDK.
5
5
manager : scottpolly
6
6
ms.service : azure-ai-foundry
7
7
ms.custom :
@@ -14,7 +14,7 @@ ms.author: lagayhar
14
14
author : lgayhardt
15
15
---
16
16
17
- # How to trace your application with Azure AI Foundry Project Library
17
+ # How to trace your application with Azure AI Foundry project library
18
18
19
19
[ !INCLUDE [ feature-preview] ( ../../includes/feature-preview.md )]
20
20
@@ -28,7 +28,7 @@ In this article, you'll learn how to trace your application with Azure AI Foundr
28
28
- If using Python, you need Python 3.8 or later installed, including pip.
29
29
- If using JavaScript, the supported environments are LTS versions of Node.js.
30
30
31
- ## Tracing using Azure AI Foundry Project Library
31
+ ## Tracing using Azure AI Foundry project library
32
32
33
33
# [ Python] ( #tab/python )
34
34
@@ -255,7 +255,7 @@ Install the package `opentelemetry-instrumentation-langchain` using your package
255
255
pip install opentelemetry - instrumentation - langchain
256
256
```
257
257
258
- Once necessary packages are installed , you can easily enable tracing via [Tracing using Azure AI Foundry Project Library ](#tracing - using - azure - ai - foundry - project - library )
258
+ Once necessary packages are installed , you can easily enable tracing via [Tracing using Azure AI Foundry project library ](#tracing - using - azure - ai - foundry - project - library )
259
259
260
260
# [JavaScript](#tab/javascript)
261
261
Currently this is supported in Python only .
0 commit comments