Skip to content

Commit

Permalink
Improve wording
Browse files Browse the repository at this point in the history
Co-authored-by: Christian Neumüller <[email protected]>
  • Loading branch information
arminru and Oberon00 committed Jun 9, 2020
1 parent b269e79 commit b45f2cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions specification/trace/semantic_conventions/rpc.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ This process could expose two RPC endpoints, one called `CurrencyQuotes` (= `rpc

### Distinction from HTTP spans

HTTP calls can generally be represented using [HTTP spans](./http.md) only.
If they address a particular remote service and method known to the caller, i.e., when it is a remote procedure call transported over HTTP, the `rpc.*` attributes might be added additionally on that span, or in a separate RPC span surrounding the transporting HTTP call.
HTTP calls can generally be represented using just [HTTP spans](./http.md).
If they address a particular remote service and method known to the caller, i.e., when it is a remote procedure call transported over HTTP, the `rpc.*` attributes might be added additionally on that span, or in a separate RPC span that is a parent of the transporting HTTP call.
Note that _method_ in this context is about the called remote procedure and _not_ the HTTP verb (GET, POST, etc.).

## gRPC
Expand Down

0 comments on commit b45f2cd

Please sign in to comment.