diff --git a/opentelemetry-otlp/tests/integration_test/expected/failed_traces.json b/opentelemetry-otlp/tests/integration_test/expected/failed_traces.json index 1d065f4b2d..6b60b58ba8 100644 --- a/opentelemetry-otlp/tests/integration_test/expected/failed_traces.json +++ b/opentelemetry-otlp/tests/integration_test/expected/failed_traces.json @@ -21,6 +21,7 @@ "traceId": "9b458af7378cba65253d7042d34fc72e", "spanId": "cd7cf7bf939930b7", "parentSpanId": "", + "flags": 1, "name": "Sub operation...", "kind": 1, "startTimeUnixNano": "1703985537070566698", @@ -40,32 +41,12 @@ } ], "status": {} - } - ] - } - ] - }, - { - "resource": { - "attributes": [ - { - "key": "service.name", - "value": { - "stringValue": "basic-otlp-tracing-example" - } - } - ] - }, - "scopeSpans": [ - { - "scope": { - "name": "ex.com/basic" - }, - "spans": [ + }, { "traceId": "9b458af7378cba65253d7042d34fc72e", "spanId": "d58cf2d702a061e0", "parentSpanId": "cd7cf7bf939930b7", + "flags": 1, "name": "operation", "kind": 1, "startTimeUnixNano": "1703985537070558635", diff --git a/opentelemetry-otlp/tests/integration_test/expected/traces.json b/opentelemetry-otlp/tests/integration_test/expected/traces.json index 97e2b04d4d..faa581dd3b 100644 --- a/opentelemetry-otlp/tests/integration_test/expected/traces.json +++ b/opentelemetry-otlp/tests/integration_test/expected/traces.json @@ -21,6 +21,7 @@ "traceId": "9b458af7378cba65253d7042d34fc72e", "spanId": "cd7cf7bf939930b7", "parentSpanId": "d58cf2d702a061e0", + "flags": 1, "name": "Sub operation...", "kind": 1, "startTimeUnixNano": "1703985537070566698", @@ -40,32 +41,12 @@ } ], "status": {} - } - ] - } - ] - }, - { - "resource": { - "attributes": [ - { - "key": "service.name", - "value": { - "stringValue": "basic-otlp-tracing-example" - } - } - ] - }, - "scopeSpans": [ - { - "scope": { - "name": "ex.com/basic" - }, - "spans": [ + }, { "traceId": "9b458af7378cba65253d7042d34fc72e", "spanId": "d58cf2d702a061e0", "parentSpanId": "", + "flags": 1, "name": "operation", "kind": 1, "startTimeUnixNano": "1703985537070558635", @@ -88,12 +69,6 @@ "value": { "intValue": "100" } - }, - { - "key": "number/int", - "value": { - "intValue": 100 - } } ] }