semantic-conventions/docs/rpc
Trask Stalnaker b56abb47df
Remove Oct 1 mention from `OTEL_SEMCONV_STABILITY_OPT_IN` (#541)
Co-authored-by: Joao Grassi <joao.grassi@dynatrace.com>
Co-authored-by: Armin Ruech <7052238+arminru@users.noreply.github.com>
2023-11-22 17:25:27 +01:00
..
README.md Bump to latest specification version. (#379) 2023-10-11 09:29:44 -04:00
connect-rpc.md Moved rpc attributes to the registry (#395) 2023-10-23 15:52:46 +02:00
grpc.md Moved rpc attributes to the registry (#395) 2023-10-23 15:52:46 +02:00
json-rpc.md Moved rpc attributes to the registry (#395) 2023-10-23 15:52:46 +02:00
rpc-metrics.md Remove Oct 1 mention from `OTEL_SEMCONV_STABILITY_OPT_IN` (#541) 2023-11-22 17:25:27 +01:00
rpc-spans.md Remove Oct 1 mention from `OTEL_SEMCONV_STABILITY_OPT_IN` (#541) 2023-11-22 17:25:27 +01: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.