Skip to content

Commit a5e8b80

Browse files
authored
Merge branch 'main' into simple-log-exporter-test
2 parents 6dea545 + 84c151c commit a5e8b80

File tree

2 files changed

+6
-50
lines changed

2 files changed

+6
-50
lines changed

opentelemetry-otlp/tests/integration_test/expected/failed_traces.json

Lines changed: 3 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
"traceId": "9b458af7378cba65253d7042d34fc72e",
2222
"spanId": "cd7cf7bf939930b7",
2323
"parentSpanId": "",
24+
"flags": 1,
2425
"name": "Sub operation...",
2526
"kind": 1,
2627
"startTimeUnixNano": "1703985537070566698",
@@ -40,32 +41,12 @@
4041
}
4142
],
4243
"status": {}
43-
}
44-
]
45-
}
46-
]
47-
},
48-
{
49-
"resource": {
50-
"attributes": [
51-
{
52-
"key": "service.name",
53-
"value": {
54-
"stringValue": "basic-otlp-tracing-example"
55-
}
56-
}
57-
]
58-
},
59-
"scopeSpans": [
60-
{
61-
"scope": {
62-
"name": "ex.com/basic"
63-
},
64-
"spans": [
44+
},
6545
{
6646
"traceId": "9b458af7378cba65253d7042d34fc72e",
6747
"spanId": "d58cf2d702a061e0",
6848
"parentSpanId": "cd7cf7bf939930b7",
49+
"flags": 1,
6950
"name": "operation",
7051
"kind": 1,
7152
"startTimeUnixNano": "1703985537070558635",

opentelemetry-otlp/tests/integration_test/expected/traces.json

Lines changed: 3 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
"traceId": "9b458af7378cba65253d7042d34fc72e",
2222
"spanId": "cd7cf7bf939930b7",
2323
"parentSpanId": "d58cf2d702a061e0",
24+
"flags": 1,
2425
"name": "Sub operation...",
2526
"kind": 1,
2627
"startTimeUnixNano": "1703985537070566698",
@@ -40,32 +41,12 @@
4041
}
4142
],
4243
"status": {}
43-
}
44-
]
45-
}
46-
]
47-
},
48-
{
49-
"resource": {
50-
"attributes": [
51-
{
52-
"key": "service.name",
53-
"value": {
54-
"stringValue": "basic-otlp-tracing-example"
55-
}
56-
}
57-
]
58-
},
59-
"scopeSpans": [
60-
{
61-
"scope": {
62-
"name": "ex.com/basic"
63-
},
64-
"spans": [
44+
},
6545
{
6646
"traceId": "9b458af7378cba65253d7042d34fc72e",
6747
"spanId": "d58cf2d702a061e0",
6848
"parentSpanId": "",
49+
"flags": 1,
6950
"name": "operation",
7051
"kind": 1,
7152
"startTimeUnixNano": "1703985537070558635",
@@ -88,12 +69,6 @@
8869
"value": {
8970
"intValue": "100"
9071
}
91-
},
92-
{
93-
"key": "number/int",
94-
"value": {
95-
"intValue": 100
96-
}
9772
}
9873
]
9974
}

0 commit comments

Comments
 (0)