semantic-conventions/docs/rpc
Alexandra Konrad 262271ffb3
move rpc.message to the registry (#854)
Co-authored-by: Liudmila Molkova <limolkova@microsoft.com>
Co-authored-by: Alexander Wert <AlexanderWert@users.noreply.github.com>
Co-authored-by: Joao Grassi <5938087+joaopgrassi@users.noreply.github.com>
2024-04-05 09:30:25 -07:00
..
README.md [chore] Prepare v1.25.0 release (#878) 2024-04-04 09:45:17 -07:00
connect-rpc.md [chore] Prepare v1.25.0 release (#878) 2024-04-04 09:45:17 -07:00
grpc.md [chore] Prepare v1.25.0 release (#878) 2024-04-04 09:45:17 -07:00
json-rpc.md [chore] Prepare v1.25.0 release (#878) 2024-04-04 09:45:17 -07:00
rpc-metrics.md [chore] Prepare v1.25.0 release (#878) 2024-04-04 09:45:17 -07:00
rpc-spans.md move rpc.message to the registry (#854) 2024-04-05 09:30:25 -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.

Specifications defined by maintainers of RPC systems:

  • gRPC: Semantic Conventions for gRPC.