Skip to content

Commit 41a108d

Browse files
authored
Remove leading 0x from json examples (#5325)
1 parent 39bcff7 commit 41a108d

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

content/en/docs/concepts/signals/traces.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ verbose.
2626
{
2727
"name": "hello",
2828
"context": {
29-
"trace_id": "0x5b8aa5a2d2c872e8321cf37308d69df2",
30-
"span_id": "0x051581bf3cb55c13"
29+
"trace_id": "5b8aa5a2d2c872e8321cf37308d69df2",
30+
"span_id": "051581bf3cb55c13"
3131
},
3232
"parent_id": null,
3333
"start_time": "2022-04-29T18:52:58.114201Z",
@@ -57,10 +57,10 @@ Note that it has a `trace_id` field indicating the trace, but has no
5757
{
5858
"name": "hello-greetings",
5959
"context": {
60-
"trace_id": "0x5b8aa5a2d2c872e8321cf37308d69df2",
61-
"span_id": "0x5fb397be34d26b51"
60+
"trace_id": "5b8aa5a2d2c872e8321cf37308d69df2",
61+
"span_id": "5fb397be34d26b51"
6262
},
63-
"parent_id": "0x051581bf3cb55c13",
63+
"parent_id": "051581bf3cb55c13",
6464
"start_time": "2022-04-29T18:52:58.114304Z",
6565
"end_time": "2022-04-29T22:52:58.114561Z",
6666
"attributes": {
@@ -96,10 +96,10 @@ that matches the `span_id` of the `hello` span.
9696
{
9797
"name": "hello-salutations",
9898
"context": {
99-
"trace_id": "0x5b8aa5a2d2c872e8321cf37308d69df2",
100-
"span_id": "0x93564f51e1abe1c2"
99+
"trace_id": "5b8aa5a2d2c872e8321cf37308d69df2",
100+
"span_id": "93564f51e1abe1c2"
101101
},
102-
"parent_id": "0x051581bf3cb55c13",
102+
"parent_id": "051581bf3cb55c13",
103103
"start_time": "2022-04-29T18:52:58.114492Z",
104104
"end_time": "2022-04-29T18:52:58.114631Z",
105105
"attributes": {

0 commit comments

Comments
 (0)