Jsonrpc Attributes

2 attributes in this category. 2 stable

2 attributes

Stable Attributes

jsonrpc.protocol.version

string PII: Maybe Visibility: Public OTel: True

The version of the JSON-RPC protocol used.

Example 2.0
Changelog
next Added jsonrpc.protocol.version attribute
Raw JSON
{
  "key": "jsonrpc.protocol.version",
  "brief": "The version of the JSON-RPC protocol used.",
  "type": "string",
  "pii": {
    "key": "maybe"
  },
  "is_in_otel": true,
  "visibility": "public",
  "example": "2.0",
  "changelog": [
    {
      "version": "next",
      "description": "Added jsonrpc.protocol.version attribute"
    }
  ]
}

jsonrpc.request.id

string PII: Maybe Visibility: Public OTel: True

The JSON-RPC request identifier. Unique within the session.

Example 1
Aliases mcp.request.id
Changelog
next Added jsonrpc.request.id attribute
Raw JSON
{
  "key": "jsonrpc.request.id",
  "brief": "The JSON-RPC request identifier. Unique within the session.",
  "type": "string",
  "pii": {
    "key": "maybe"
  },
  "is_in_otel": true,
  "visibility": "public",
  "example": "1",
  "alias": [
    "mcp.request.id"
  ],
  "changelog": [
    {
      "version": "next",
      "description": "Added jsonrpc.request.id attribute"
    }
  ]
}