semantic-conventions/docs/rpc
Trask Stalnaker 56286849c9
BREAKING: Remove `server.socket.address` attribute from http and rpc metrics (#350)
2023-10-02 17:45:46 +02:00
..
README.md Bump to latest version of the specification. (#185) 2023-07-12 16:38:13 +02:00
connect-rpc.md Moved template attributes to yaml model files (#315) 2023-09-26 09:55:47 +02:00
grpc.md Moved template attributes to yaml model files (#315) 2023-09-26 09:55:47 +02:00
json-rpc.md Bump to latest version of the specification. (#185) 2023-07-12 16:38:13 +02:00
rpc-metrics.md BREAKING: Remove `server.socket.address` attribute from http and rpc metrics (#350) 2023-10-02 17:45:46 +02:00
rpc-spans.md Port, address clarifications (#289) 2023-09-29 11:57:22 -07:00

README.md

Semantic Conventions for RPC

Status: Experimental

This document defines semantic conventions for remote procedure calls (RPC) , also called "remote method invocations" (RMI).

Semantic conventions for RPC are defined for the following signals:

  • RPC Spans: Semantic Conventions for RPC client and server spans.
  • RPC Metrics: Semantic Conventions for RPC metrics.

Technology specific semantic conventions are defined for the following RPC systems:

  • Connect: Semantic Conventions for Connect RPC.
  • gRPC: Semantic Conventions for gRPC.
  • JSON-RPC: Semantic Conventions for JSON-RPC.