semantic-conventions/docs/rpc
Trask Stalnaker b23075cd60
Remove dashes to underscores normalization from http header attribute keys (#369)
Co-authored-by: Armin Ruech <armin.ruech@dynatrace.com>
Co-authored-by: Josh Suereth <joshuasuereth@google.com>
2023-10-20 16:23:28 +02:00
..
README.md Bump to latest specification version. (#379) 2023-10-11 09:29:44 -04:00
connect-rpc.md Remove dashes to underscores normalization from http header attribute keys (#369) 2023-10-20 16:23:28 +02:00
grpc.md Remove dashes to underscores normalization from http header attribute keys (#369) 2023-10-20 16:23:28 +02:00
json-rpc.md Editorial: random improvements (#415) 2023-10-19 16:53:57 -07:00
rpc-metrics.md Editorial: random improvements (#415) 2023-10-19 16:53:57 -07:00
rpc-spans.md Editorial: random improvements (#415) 2023-10-19 16:53:57 -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.