Skip to content

Commit 0da3c25

Browse files
committed
added section on instrumenting Microsoft Autogen
1 parent 93e69c7 commit 0da3c25

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

integration/opentelemetry/guide.mdx

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,27 @@ Currently, there are different open initiatives for LLM instrumentation librarie
115115

116116
<OpenInferenceMetadata />
117117
</Tab>
118+
<Tab title="Autogen (experimental)">
119+
Installation:
120+
121+
```bash
122+
pip install openinference-instrumentation-autogen
123+
```
124+
125+
**Note:** The Autogen integration is currently experimental and may have limitations or unexpected behavior.
126+
127+
Then, instrument Autogen:
128+
129+
```python
130+
from openinference.instrumentation.autogen import AutogenInstrumentor
131+
132+
AutogenInstrumentor().instrument()
133+
```
134+
135+
That's it! You can now see the traces from inside Autogen in the LangWatch dashboard.
136+
137+
<OpenInferenceMetadata />
138+
</Tab>
118139
<Tab title="Haystack">
119140
Installation:
120141

0 commit comments

Comments
 (0)