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/otel/sdk-metrics.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
@@ -1269,7 +1269,7 @@ operations, `error.type` MUST NOT be set. For unsuccessful export operations, `e
1269
1269
|[`http.response.status_code`](/docs/registry/attributes/http.md)| int | The HTTP status code of the last HTTP request performed in scope of this export call. |`200`|`Recommended` when applicable ||
1270
1270
|[`otel.component.name`](/docs/registry/attributes/otel.md)| string | A name uniquely identifying the instance of the OpenTelemetry component within its containing SDK instance. [2]|`otlp_grpc_span_exporter/0`; `custom-name`|`Recommended`||
1271
1271
|[`otel.component.type`](/docs/registry/attributes/otel.md)| string | A name identifying the type of the OpenTelemetry component. [3]|`otlp_grpc_span_exporter`; `com.example.MySpanExporter`|`Recommended`||
1272
-
|[`rpc.status_code`](/docs/registry/attributes/rpc.md)| string | The gRPC status code of the last gRPC request performed in scope of this export call. [4]|`OK`; `DEADLINE_EXCEEDED`; `-32602`; `404`|`Recommended` when applicable ||
1272
+
|[`rpc.status_code`](/docs/registry/attributes/rpc.md)| string | The gRPC status code of the last gRPC request performed in scope of this export call. [4]|`OK`; `DEADLINE_EXCEEDED`; `-32602`|`Recommended` when applicable ||
1273
1273
|[`server.address`](/docs/registry/attributes/server.md)| string | Server domain name if available without reverse DNS lookup; otherwise, IP address or Unix domain socket name. [5]|`example.com`; `10.1.2.80`; `/tmp/my.sock`|`Recommended` when applicable ||
1274
1274
|[`server.port`](/docs/registry/attributes/server.md)| int | Server port number. [6]|`80`; `8080`; `443`|`Recommended` when applicable ||
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
@@ -24,7 +24,7 @@ This document defines attributes for remote procedure calls.
24
24
| <aid="rpc-message-uncompressed-size"href="#rpc-message-uncompressed-size">`rpc.message.uncompressed_size`</a> | int | Uncompressed size of the message in bytes. |||
25
25
| <aid="rpc-method"href="#rpc-method">`rpc.method`</a> | string | This is the logical name of the method from the RPC interface perspective. |`exampleMethod`||
26
26
| <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. |`myservice.EchoService`||
27
-
| <aid="rpc-status-code"href="#rpc-status-code">`rpc.status_code`</a> | string | Status code of the RPC call. [6]|`OK`; `DEADLINE_EXCEEDED`; `-32602`; `404`||
27
+
| <aid="rpc-status-code"href="#rpc-status-code">`rpc.status_code`</a> | string | Status code of the RPC call. [6]|`OK`; `DEADLINE_EXCEEDED`; `-32602`||
28
28
| <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`||
29
29
30
30
**[1]`rpc.connect_rpc.request.metadata.<key>`:** Instrumentations SHOULD require an explicit configuration of which metadata values are to be captured.
|[`server.address`](/docs/registry/attributes/server.md)| string | RPC server [host name](https://grpc.github.io/grpc/core/md_doc_naming.html). [1]|`example.com`; `10.1.2.80`; `/tmp/my.sock`|`Required`||
40
-
|[`rpc.status_code`](/docs/registry/attributes/rpc.md)| string | The [error code](https://connectrpc.com//docs/protocol/#error-codes) of the Connect response. [2]|`OK`; `DEADLINE_EXCEEDED`; `-32602`; `404`|`Conditionally Required` if available. ||
40
+
|[`rpc.status_code`](/docs/registry/attributes/rpc.md)| string | The [error code](https://connectrpc.com//docs/protocol/#error-codes) of the Connect response. [2]|`OK`; `DEADLINE_EXCEEDED`; `-32602`|`Conditionally Required` if available. ||
41
41
|[`server.port`](/docs/registry/attributes/server.md)| int | Server port number. [3]|`80`; `8080`; `443`|`Conditionally Required`[4]||
42
42
|[`network.peer.address`](/docs/registry/attributes/network.md)| string | Peer address of the network connection - IP address or Unix domain socket name. |`10.1.2.80`; `/tmp/my.sock`|`Recommended`||
43
43
|[`network.peer.port`](/docs/registry/attributes/network.md)| int | Peer port number of the network connection. |`65123`|`Recommended` If `network.peer.address` is set. ||
@@ -133,7 +133,7 @@ the raw error message SHOULD be recorded as the span status description.
|[`server.address`](/docs/registry/attributes/server.md)| string | RPC server [host name](https://grpc.github.io/grpc/core/md_doc_naming.html). [1]|`example.com`; `10.1.2.80`; `/tmp/my.sock`|`Required`||
136
-
|[`rpc.status_code`](/docs/registry/attributes/rpc.md)| string | The [error code](https://connectrpc.com//docs/protocol/#error-codes) of the Connect response. [2]|`OK`; `DEADLINE_EXCEEDED`; `-32602`; `404`|`Conditionally Required` if available. ||
136
+
|[`rpc.status_code`](/docs/registry/attributes/rpc.md)| string | The [error code](https://connectrpc.com//docs/protocol/#error-codes) of the Connect response. [2]|`OK`; `DEADLINE_EXCEEDED`; `-32602`|`Conditionally Required` if available. ||
137
137
|[`server.port`](/docs/registry/attributes/server.md)| int | Server port number. [3]|`80`; `8080`; `443`|`Conditionally Required`[4]||
138
138
|[`client.address`](/docs/registry/attributes/client.md)| string | Client address - domain name if available without reverse DNS lookup; otherwise, IP address or Unix domain socket name. [5]|`client.example.com`; `10.1.2.80`; `/tmp/my.sock`|`Recommended`||
139
139
|[`client.port`](/docs/registry/attributes/client.md)| int | Client port number. [6]|`65123`|`Recommended`||
Copy file name to clipboardExpand all lines: docs/rpc/grpc.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ for the details on which values classify as errors.
37
37
|---|---|---|---|---|---|
38
38
|[`rpc.method`](/docs/registry/attributes/rpc.md)| string | This is the logical name of the method from the RPC interface perspective. [1]|`exampleMethod`|`Required`||
39
39
|[`rpc.service`](/docs/registry/attributes/rpc.md)| string | The full (logical) name of the service being called, including its package name, if applicable. [2]|`myservice.EchoService`|`Required`||
40
-
|[`rpc.status_code`](/docs/registry/attributes/rpc.md)| string | The string representation of the [status code](https://github.com/grpc/grpc/blob/v1.75.0/doc/statuscodes.md) returned by the server or generated by the client. [3]|`OK`; `DEADLINE_EXCEEDED`; `-32602`; `404`|`Required`||
40
+
|[`rpc.status_code`](/docs/registry/attributes/rpc.md)| string | The string representation of the [status code](https://github.com/grpc/grpc/blob/v1.75.0/doc/statuscodes.md) returned by the server or generated by the client. [3]|`OK`; `DEADLINE_EXCEEDED`; `-32602`|`Required`||
41
41
|[`server.address`](/docs/registry/attributes/server.md)| string | RPC server [host name](https://grpc.github.io/grpc/core/md_doc_naming.html). [4]|`example.com`; `10.1.2.80`; `/tmp/my.sock`|`Required`||
42
42
|[`server.port`](/docs/registry/attributes/server.md)| int | Server port number. [5]|`80`; `8080`; `443`|`Conditionally Required`[6]||
43
43
|[`network.peer.address`](/docs/registry/attributes/network.md)| string | Peer address of the network connection - IP address or Unix domain socket name. |`10.1.2.80`; `/tmp/my.sock`|`Recommended`||
@@ -130,7 +130,7 @@ for the details on which values classify as errors.
|[`rpc.status_code`](/docs/registry/attributes/rpc.md)| string | The string representation of the [status code](https://github.com/grpc/grpc/blob/v1.75.0/doc/statuscodes.md) returned by the server. [1]|`OK`; `DEADLINE_EXCEEDED`; `-32602`; `404`|`Required`||
133
+
|[`rpc.status_code`](/docs/registry/attributes/rpc.md)| string | The string representation of the [status code](https://github.com/grpc/grpc/blob/v1.75.0/doc/statuscodes.md) returned by the server. [1]|`OK`; `DEADLINE_EXCEEDED`; `-32602`|`Required`||
134
134
|[`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`||
135
135
|[`server.port`](/docs/registry/attributes/server.md)| int | Server port number. [3]|`80`; `8080`; `443`|`Conditionally Required`[4]||
136
136
|[`client.address`](/docs/registry/attributes/client.md)| string | Client address - domain name if available without reverse DNS lookup; otherwise, IP address or Unix domain socket name. [5]|`client.example.com`; `10.1.2.80`; `/tmp/my.sock`|`Recommended`||
Copy file name to clipboardExpand all lines: docs/rpc/json-rpc.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ the error message SHOULD be recorded as the span status description.
41
41
|[`rpc.method`](/docs/registry/attributes/rpc.md)| string | This is the logical name of the method from the RPC interface perspective. [1]|`exampleMethod`|`Required`||
42
42
|[`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`||
43
43
|[`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`) ||
44
-
|[`rpc.status_code`](/docs/registry/attributes/rpc.md)| string | The [`error.code`](https://www.jsonrpc.org/specification#error_object) property of response if it is an error response recorded as a string. [3]|`OK`; `DEADLINE_EXCEEDED`; `-32602`; `404`|`Conditionally Required` when available ||
44
+
|[`rpc.status_code`](/docs/registry/attributes/rpc.md)| string | The [`error.code`](https://www.jsonrpc.org/specification#error_object) property of response if it is an error response recorded as a string. [3]|`OK`; `DEADLINE_EXCEEDED`; `-32602`|`Conditionally Required` when available ||
45
45
|[`server.port`](/docs/registry/attributes/server.md)| int | Server port number. [4]|`80`; `8080`; `443`|`Conditionally Required`[5]||
46
46
|[`network.peer.address`](/docs/registry/attributes/network.md)| string | Peer address of the network connection - IP address or Unix domain socket name. |`10.1.2.80`; `/tmp/my.sock`|`Recommended`||
47
47
|[`network.peer.port`](/docs/registry/attributes/network.md)| int | Peer port number of the network connection. |`65123`|`Recommended` If `network.peer.address` is set. ||
@@ -124,7 +124,7 @@ the error message SHOULD be recorded as the span status description.
124
124
|[`rpc.method`](/docs/registry/attributes/rpc.md)| string | This is the logical name of the method from the RPC interface perspective. [1]|`exampleMethod`|`Required`||
125
125
|[`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`||
126
126
|[`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`) ||
127
-
|[`rpc.status_code`](/docs/registry/attributes/rpc.md)| string | The [`error.code`](https://www.jsonrpc.org/specification#error_object) property of response recorded as a string. [3]|`OK`; `DEADLINE_EXCEEDED`; `-32602`; `404`|`Conditionally Required` when available ||
127
+
|[`rpc.status_code`](/docs/registry/attributes/rpc.md)| string | The [`error.code`](https://www.jsonrpc.org/specification#error_object) property of response recorded as a string. [3]|`OK`; `DEADLINE_EXCEEDED`; `-32602`|`Conditionally Required` when available ||
128
128
|[`server.port`](/docs/registry/attributes/server.md)| int | Server port number. [4]|`80`; `8080`; `443`|`Conditionally Required`[5]||
129
129
|[`client.address`](/docs/registry/attributes/client.md)| string | Client address - domain name if available without reverse DNS lookup; otherwise, IP address or Unix domain socket name. [6]|`client.example.com`; `10.1.2.80`; `/tmp/my.sock`|`Recommended`||
130
130
|[`client.port`](/docs/registry/attributes/client.md)| int | Client port number. [7]|`65123`|`Recommended`||
0 commit comments