File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
develop-docs/sdk/expected-features/mcp-instrumentation Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ All MCP Server spans share common attributes and follow consistent patterns:
1717| Data Attribute | Type | Requirement Level | Description | Example |
1818| :-------------------------- | :----- | :---------------- | :---------------------------------------------------------------------------- | :------------------------------------- |
1919| ` mcp.method.name ` | string | required | The name of the request or notification method. | ` "tools/call" ` |
20- | ` mcp.request.id ` | string | optional | A unique identifier for the request. | ` "42" ` |
21- | ` mcp.session.id ` | string | optional | Identifies the MCP session. Can be undefined as MCP servers can be stateless. | ` "191c4850af6c49..." ` |
2220| ` mcp.transport ` | string | required | The transport method used for MCP communication. ** [ 2] ** | ` "stdio" ` |
2321| ` network.transport ` | string | required | OSI transport layer protocol. ** [ 3] ** | ` "pipe" ` |
22+ | ` mcp.request.id ` | string | optional | A unique identifier for the request. | ` "42" ` |
23+ | ` mcp.session.id ` | string | optional | Identifies the MCP session. Can be undefined as MCP servers can be stateless. | ` "191c4850af6c49..." ` |
2424| ` network.protocol.version ` | string | optional | The version of JSON RPC protocol used. | ` "2.0" ` |
2525
2626** [ 2] ** Well-defined values for data attribute ` mcp.transport ` :
You can’t perform that action at this time.
0 commit comments