semantic-conventions/docs/rpc
Patrice Chalin 7639732843
[editorial] Drop path_base_for_github_subdir from front matter (#1846)
Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
2025-01-28 19:36:43 -08:00
..
README.md [editorial] Drop path_base_for_github_subdir from front matter (#1846) 2025-01-28 19:36:43 -08:00
connect-rpc.md [editorial] Use sentence case for doc page titles (#1839) 2025-01-28 07:21:28 -08:00
grpc.md [editorial] Use sentence case for doc page titles (#1839) 2025-01-28 07:21:28 -08:00
json-rpc.md [editorial] Use sentence case for doc page titles (#1839) 2025-01-28 07:21:28 -08:00
rpc-metrics.md [editorial] Drop markdown-toc comment from .md files (#1847) 2025-01-28 18:03:00 -08:00
rpc-spans.md [editorial] Drop markdown-toc comment from .md files (#1847) 2025-01-28 18:03:00 -08: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.