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
|`otel.status_code`| string | Name of the code, either "OK" or "ERROR". MUST NOT be set if the status code is UNSET. |`OK`||
20
+
|`otel.status_description`| string | Description of the Status if it has a value, otherwise not set. |`resource not found`||
21
+
22
+
`otel.status_code` has the following list of well-known values. If one of them applies, then the respective value MUST be used; otherwise, a custom value MAY be used.
23
+
24
+
| Value | Description | Stability |
25
+
|---|---|---|
26
+
|`OK`| The operation has been validated by an Application developer or Operator to have completed successfully. ||
27
+
|`ERROR`| The operation contains an error. ||
0 commit comments