Skip to content

Commit 80aa086

Browse files
committed
put required attributes first in table
1 parent e839978 commit 80aa086

File tree

1 file changed

+2
-2
lines changed
  • develop-docs/sdk/expected-features/mcp-instrumentation

1 file changed

+2
-2
lines changed

develop-docs/sdk/expected-features/mcp-instrumentation/tracing.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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`:

0 commit comments

Comments
 (0)