Skip to content

Commit 70b0da3

Browse files
committed
updated instrumentation README.md,revert some changes in distro/pyproject.toml
1 parent bd28ccc commit 70b0da3

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

aws-opentelemetry-distro/pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ classifiers = [
2121
"Programming Language :: Python :: 3.9",
2222
"Programming Language :: Python :: 3.10",
2323
"Programming Language :: Python :: 3.11",
24+
"Programming Language :: Python :: 3.12",
25+
"Programming Language :: Python :: 3.13",
2426
]
2527

2628
dependencies = [
@@ -113,4 +115,4 @@ include = [
113115
]
114116

115117
[tool.hatch.build.targets.wheel]
116-
packages = ["src/amazon"]
118+
packages = ["src/amazon"]

aws-opentelemetry-distro/src/amazon/opentelemetry/distro/instrumentation/mcp/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,8 @@ opentelemetry-instrument python your_mcp_app.py
2424

2525
## Spans Created
2626

27-
- **Client**: `client.send_request`
27+
- **Client**:
28+
- Initialize: `mcp.initialize`
29+
- List Tools: `mcp.list_tools`
30+
- Call Tool: `mcp.call_tool.{tool_name}`
2831
- **Server**: `tools/initialize`, `tools/list`, `tools/{tool_name}`

0 commit comments

Comments
 (0)