OpenTelemetry SDK
    Preparing search index...

    Variable ATTR_JSONRPC_REQUEST_IDConst Experimental

    ATTR_JSONRPC_REQUEST_ID: "jsonrpc.request.id" = ...

    A string representation of the id property of the request and its corresponding response.

    10
    
    request-7
    

    Under the JSON-RPC specification, the id property may be a string, number, null, or omitted entirely. When omitted, the request is treated as a notification. Using null is not equivalent to omitting the id, but it is discouraged. Instrumentations SHOULD NOT capture this attribute when the id is null or omitted.

    This attribute is experimental and is subject to breaking changes in minor releases of @opentelemetry/semantic-conventions.