Skip to content

Commit

Permalink
Clarify span name format
Browse files Browse the repository at this point in the history
  • Loading branch information
arminru committed Jun 9, 2020
1 parent 1946fe3 commit 1dabd8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specification/trace/semantic_conventions/rpc.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 1dabd8f

Please sign in to comment.