From 99f9c6e03feafc644255ffbb7dbde42ced65ac49 Mon Sep 17 00:00:00 2001 From: Dalitso Banda Date: Fri, 4 Aug 2023 11:22:11 -0700 Subject: [PATCH] cleanup --- examples/spans/1/basic_span.json | 28 +++++++++++++--------------- schemas/spans.v1.schema.json | 2 +- 2 files changed, 14 insertions(+), 16 deletions(-) diff --git a/examples/spans/1/basic_span.json b/examples/spans/1/basic_span.json index 5abe8292..39e229f3 100644 --- a/examples/spans/1/basic_span.json +++ b/examples/spans/1/basic_span.json @@ -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" + } } - ] +] diff --git a/schemas/spans.v1.schema.json b/schemas/spans.v1.schema.json index 6a9aaedf..e2c66c17 100644 --- a/schemas/spans.v1.schema.json +++ b/schemas/spans.v1.schema.json @@ -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",