We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb9cbf1 commit 4a6d363Copy full SHA for 4a6d363
specification/trace/sdk_exporters/zipkin.md
@@ -144,10 +144,10 @@ The following table defines the OpenTelemetry `Status` to Zipkin `tags` mapping.
144
145
| Status|Tag Key| Tag Value |
146
|--|--|--|
147
-|Code | `ot.status_code` | Name of the code, for example: `OK` |
148
-|Message *(optional)* | `ot.status_description` | `{message}` |
+|Code | `otel.status_code` | Name of the code, for example: `OK` |
+|Message *(optional)* | `otel.status_description` | `{message}` |
149
150
-The `ot.status_code` tag value MUST follow the [Standard GRPC Code
+The `otel.status_code` tag value MUST follow the [Standard GRPC Code
151
Names](https://github.com/grpc/grpc/blob/master/doc/statuscodes.md).
152
153
### Events
0 commit comments