Constant opentelemetry_semantic_conventions::trace::RPC_JSONRPC_METHOD[][src]

pub const RPC_JSONRPC_METHOD: Key;
Expand description

method property from request. Unlike rpc.method, this may not relate to the actual method being called. Useful for client-side traces since client does not know what will be called on the server.

Examples

  • users.create
  • get_users