Skip to content

Commit 4a6d363

Browse files
author
Anuraag Agrawal
authored
Rename prefix for Zipkin attributes from OT to OTel (open-telemetry#967)
1 parent fb9cbf1 commit 4a6d363

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

specification/trace/sdk_exporters/zipkin.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -144,10 +144,10 @@ The following table defines the OpenTelemetry `Status` to Zipkin `tags` mapping.
144144

145145
| Status|Tag Key| Tag Value |
146146
|--|--|--|
147-
|Code | `ot.status_code` | Name of the code, for example: `OK` |
148-
|Message *(optional)* | `ot.status_description` | `{message}` |
147+
|Code | `otel.status_code` | Name of the code, for example: `OK` |
148+
|Message *(optional)* | `otel.status_description` | `{message}` |
149149

150-
The `ot.status_code` tag value MUST follow the [Standard GRPC Code
150+
The `otel.status_code` tag value MUST follow the [Standard GRPC Code
151151
Names](https://github.com/grpc/grpc/blob/master/doc/statuscodes.md).
152152

153153
### Events

0 commit comments

Comments
 (0)