Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
dbanda committed Aug 4, 2023
1 parent 85be1a0 commit 99f9c6e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 16 deletions.
28 changes: 13 additions & 15 deletions examples/spans/1/basic_span.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,17 @@
"tags": [["tag1", "value1"], ["tag2", "value2"]],
"sentry_tags": {
"http.method": "GET",
"action": "test",
"domain": "example.com",
"module": "test",
"group": 12324325,

},
},
{
"is_new": false,
"is_regression": false,
"is_new_group_environment": false,
"queue": "post_process_transactions",
"skip_consume": false,
"group_states": null
"action": "GET",
"domain": "targetdomain.tld:targetport",
"module": "http",
"group": "deadbeefdeadbeef",
"status": "ok",
"system": "python",
"status_code": 200,
"transaction": "/organizations/:orgId/issues/",
"transaction.op": "navigation",
"op": "http.client",
"transaction.method": "GET"
}
}
]
]
2 changes: 1 addition & 1 deletion schemas/spans.v1.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
},
"trace_id": {
"type": "string",
"description": "The trace ID is a unique identifier for a trace. It is an 16 byte hexadecimal string."
"description": "The trace ID is a unique identifier for a trace. It is a 16 byte hexadecimal string."
},
"span_id": {
"type": "string",
Expand Down

0 comments on commit 99f9c6e

Please sign in to comment.