Skip to content

Commit 383bef6

Browse files
committed
botocore: add some more content to the README
This is taken from __init__.py documentation.
1 parent 27d5d93 commit 383bef6

File tree

1 file changed

+34
-0
lines changed
  • instrumentation/opentelemetry-instrumentation-botocore

1 file changed

+34
-0
lines changed

instrumentation/opentelemetry-instrumentation-botocore/README.rst

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,40 @@ OpenTelemetry Botocore Tracing
88

99
This library allows tracing requests made by the Botocore library.
1010

11+
Extensions
12+
----------
13+
14+
The instrumentation supports creating extensions for AWS services for enriching what is collected. We have extensions
15+
for the following AWS services:
16+
17+
- Bedrock Runtime
18+
- DynamoDB
19+
- Lambda
20+
- SNS
21+
- SQS
22+
23+
Bedrock Runtime
24+
***************
25+
26+
This extension implements the GenAI semantic conventions for the following API calls:
27+
28+
- Converse
29+
- ConverseStream
30+
- InvokeModel
31+
- InvokeModelWithResponseStream
32+
33+
For the Converse and ConverseStream APIs tracing, events and metrics are implemented.
34+
35+
For the InvokeModel and InvokeModelWithResponseStream APIs tracing, events and metrics implemented only for a subset of
36+
the available models, namely:
37+
- Amazon Titan models
38+
- Amazon Nova models
39+
- Anthropic Claude
40+
41+
Tool calls with InvokeModel and InvokeModelWithResponseStream APIs are supported with:
42+
- Amazon Nova models
43+
- Anthropic Claude 3+
44+
1145
Installation
1246
------------
1347

0 commit comments

Comments
 (0)