semantic-conventions/docs/rpc
SylvainJuge d39f065902
rename some code attributes (#1624)
2025-01-07 13:09:08 -08:00
..
README.md [chore] Use document status link to otel.io instead of versioned spec (#1093) 2024-06-03 13:33:39 +02:00
connect-rpc.md Prepare release 1.29.0 (#1626) 2024-11-28 10:23:37 -08:00
grpc.md Prepare release 1.29.0 (#1626) 2024-11-28 10:23:37 -08:00
json-rpc.md [chore] Render attribute name on foot notes (#1583) 2024-11-18 11:14:30 +01:00
rpc-metrics.md rename some code attributes (#1624) 2025-01-07 13:09:08 -08:00
rpc-spans.md rename some code attributes (#1624) 2025-01-07 13:09:08 -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.