Skip to content

Commit

Permalink
feat(spans): Remove group_raw from the schema as it's not used anymore (
Browse files Browse the repository at this point in the history
  • Loading branch information
phacops authored Jan 8, 2024
1 parent fd9fc50 commit 3d9aa4b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion examples/snuba-spans/1/basic_span.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"span_id": "deadbeefdeadbeef",
"parent_span_id": "deadbeefdeadbeef",
"segment_id": "deadbeefdeadbeef",
"group_raw": "b640a0ce465fa2a4",
"profile_id": "deadbeefdeadbeefdeadbeefdeadbeef",
"is_segment": false,
"start_timestamp_ms": 1691105878720,
Expand Down
4 changes: 0 additions & 4 deletions schemas/snuba-spans.v1.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,6 @@
"type": "string",
"description": "The segment ID is a unique identifier for a segment within a trace. It is an 8 byte hexadecimal string."
},
"group_raw": {
"type": "string",
"description": "The raw group ID has from the root transaction. It is an 8 byte hexadecimal string."
},
"profile_id": {
"$ref": "#/definitions/UUID",
"description": "The profile ID. It is an 16 byte hexadecimal string."
Expand Down

0 comments on commit 3d9aa4b

Please sign in to comment.