Skip to content

Commit 6ed81e6

Browse files
Merge pull request #1 from langwatch/docs/add-openinf-bedrock
docs: added openinference aws bedrock example to python sdk
2 parents a7c715d + 5338259 commit 6ed81e6

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

integration/opentelemetry/guide.mdx

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,25 @@ Currently, there are different open initiatives for LLM instrumentation librarie
7575

7676
<OpenInferenceMetadata />
7777
</Tab>
78+
<Tab title="AWS Bedrock">
79+
Installation:
80+
81+
```bash
82+
pip install openinference-instrumentation-bedrock
83+
```
84+
85+
Then, instrument your AWS calls:
86+
87+
```python
88+
from openinference.instrumentation.bedrock import BedrockInstrumentor
89+
90+
BedrockInstrumentor().instrument()
91+
```
92+
93+
That's it! You can now see the traces for your AWS Bedrock calls in the LangWatch dashboard.
94+
95+
<OpenInferenceMetadata />
96+
</Tab>
7897
<Tab title="DSPy">
7998
Installation:
8099

0 commit comments

Comments
 (0)