From 1dabd8f4f6698bda29b7fc9a1589b789a867a1da Mon Sep 17 00:00:00 2001 From: Armin Ruech Date: Fri, 29 May 2020 14:35:32 +0200 Subject: [PATCH] Clarify span name format --- specification/trace/semantic_conventions/rpc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/trace/semantic_conventions/rpc.md b/specification/trace/semantic_conventions/rpc.md index ca2201ab8df..6c863c43ca0 100644 --- a/specification/trace/semantic_conventions/rpc.md +++ b/specification/trace/semantic_conventions/rpc.md @@ -34,7 +34,7 @@ The _span name_ MUST be the full RPC method name formatted as: $package.$service/$method ``` -(where $service must not contain dots) +(where $service must not contain dots and $method must not contain slashes) If there is no package name or if it is unknown, the `$package.` part (including the period) is omitted.