Skip to content

Commit

Permalink
chore(eap-spans): Add a field to suggest consumers to ingest spans in…
Browse files Browse the repository at this point in the history
… EAP
  • Loading branch information
phacops committed Nov 4, 2024
1 parent 1abd122 commit 7050c39
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/snuba-spans/1/basic_span.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"start_timestamp_ms": 1715868485371,
"start_timestamp_precise": 1715868485.370551,
"end_timestamp_precise": 1715868486.370551,
"ingest_in_eap": true,
"tags": {
"tag1": "value1",
"tag2": "123",
Expand Down
3 changes: 3 additions & 0 deletions schemas/snuba-spans.v1.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@
"description": {
"type": "string"
},
"ingest_in_eap": {
"type": ["boolean", "null"]
},
"tags": {
"description": " Manual key/value tag pairs.",
"anyOf": [
Expand Down

0 comments on commit 7050c39

Please sign in to comment.