File tree Expand file tree Collapse file tree 1 file changed +34
-0
lines changed
instrumentation/opentelemetry-instrumentation-botocore Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,40 @@ OpenTelemetry Botocore Tracing
88
99This 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+
1145Installation
1246------------
1347
You can’t perform that action at this time.
0 commit comments