Skip to content

Commit 6ccf8fd

Browse files
authored
ref(spans): Remove span kind from the schema (#457)
1 parent 694dae2 commit 6ccf8fd

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

examples/ingest-spans/1/null_fields.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,5 @@
1515
"span_id": "bbbbbbbbbbbbbbbb",
1616
"start_timestamp": 1759215782.349409,
1717
"status": "ok",
18-
"trace_id": "ff62a8b040f340bda5d830223def1d81",
19-
"kind": null
18+
"trace_id": "ff62a8b040f340bda5d830223def1d81"
2019
}

schemas/ingest-spans.v1.schema.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,6 @@
5959
"is_segment": {
6060
"type": ["boolean", "null"]
6161
},
62-
"kind": {
63-
"type": ["string", "null"]
64-
},
6562
"links": {
6663
"type": ["array", "null"],
6764
"items": {

0 commit comments

Comments
 (0)