You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/registry/attributes/rpc.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ This document defines attributes for remote procedure calls.
26
26
| <aid="rpc-message-id"href="#rpc-message-id">`rpc.message.id`</a> | int | MUST be calculated as two different counters starting from `1` one for sent messages and one for received message. [5]|||
27
27
| <aid="rpc-message-type"href="#rpc-message-type">`rpc.message.type`</a> | string | Whether this is a received or sent message. |`SENT`; `RECEIVED`||
28
28
| <aid="rpc-message-uncompressed-size"href="#rpc-message-uncompressed-size">`rpc.message.uncompressed_size`</a> | int | Uncompressed size of the message in bytes. |||
29
-
| <aid="rpc-method"href="#rpc-method">`rpc.method`</a> | string |The name of the (logical) method being called, must be equal to the $method part in the span name. [6]|`exampleMethod`||
29
+
| <aid="rpc-method"href="#rpc-method">`rpc.method`</a> | string |This is the logical name of the method from the RPC interface perspective. [6]|`exampleMethod`||
30
30
| <aid="rpc-service"href="#rpc-service">`rpc.service`</a> | string | The full (logical) name of the service being called, including its package name, if applicable. [7]|`myservice.EchoService`||
31
31
| <aid="rpc-system"href="#rpc-system">`rpc.system`</a> | string | A string identifying the remoting system. See below for a list of well-known identifiers. |`grpc`; `java_rmi`; `dotnet_wcf`||
|[`rpc.method`](/docs/registry/attributes/rpc.md)| string |The name of the (logical) method being called, must be equal to the $method part in the span name. [1]|`exampleMethod`|`Required`||
36
+
|[`rpc.method`](/docs/registry/attributes/rpc.md)| string |This is the logical name of the method from the RPC interface perspective. [1]|`exampleMethod`|`Required`||
37
37
|[`server.address`](/docs/registry/attributes/server.md)| string | RPC server [host name](https://grpc.github.io/grpc/core/md_doc_naming.html). [2]|`example.com`; `10.1.2.80`; `/tmp/my.sock`|`Required`||
38
38
|[`rpc.jsonrpc.error_code`](/docs/registry/attributes/rpc.md)| int |`error.code` property of response if it is an error response. |`-32700`; `100`|`Conditionally Required` when available ||
39
39
|[`rpc.jsonrpc.version`](/docs/registry/attributes/rpc.md)| string | Protocol version as in `jsonrpc` property of request/response. Since JSON-RPC 1.0 doesn't specify this, the value can be omitted. |`2.0`; `1.0`|`Conditionally Required` If other than the default version (`1.0`) ||
@@ -110,7 +110,7 @@ This span represents an incoming Remote Procedure Call (RPC).
|[`rpc.method`](/docs/registry/attributes/rpc.md)| string |The name of the (logical) method being called, must be equal to the $method part in the span name. [1]|`exampleMethod`|`Required`||
113
+
|[`rpc.method`](/docs/registry/attributes/rpc.md)| string |This is the logical name of the method from the RPC interface perspective. [1]|`exampleMethod`|`Required`||
114
114
|[`server.address`](/docs/registry/attributes/server.md)| string | RPC server [host name](https://grpc.github.io/grpc/core/md_doc_naming.html). [2]|`example.com`; `10.1.2.80`; `/tmp/my.sock`|`Required`||
115
115
|[`rpc.jsonrpc.error_code`](/docs/registry/attributes/rpc.md)| int |`error.code` property of response if it is an error response. |`-32700`; `100`|`Conditionally Required` when available ||
116
116
|[`rpc.jsonrpc.version`](/docs/registry/attributes/rpc.md)| string | Protocol version as in `jsonrpc` property of request/response. Since JSON-RPC 1.0 doesn't specify this, the value can be omitted. |`2.0`; `1.0`|`Conditionally Required` If other than the default version (`1.0`) ||
0 commit comments