semantic-conventions/docs/rpc
Josh Suereth fc9b3eb53e
Updated weaver to v0.15.0 (#2230)
2025-05-05 16:41:03 +00:00
..
README.md Update stability levels from experimental -> development (#1889) 2025-02-11 18:06:51 -08:00
connect-rpc.md Updated weaver to v0.15.0 (#2230) 2025-05-05 16:41:03 +00:00
grpc.md Render template attribute name consistently in the table and notes (#2193) 2025-05-01 01:21:08 +00:00
json-rpc.md Set span kind on span definitions or change ambiguous spans to attribute groups (#1890) 2025-02-12 10:45:31 -08:00
rpc-metrics.md Add bare minimum Entity Association capabilities - Apply to System + Process semconv (#2123) 2025-04-28 16:28:37 +00:00
rpc-spans.md [chore] allow category-specific values in OTEL_SEMCONV_STABILITY_OPT_IN (#2158) 2025-04-22 18:05:57 +00:00

README.md

Semantic conventions for RPC

Status: Development

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.