Commit d8a5ef8
committed
Fix TelemetryConverter to preserve schema URL from spans
The test framework was not copying the schema URL from the protobuf
ScopeSpans to the InstrumentationScopeInfo when converting spans,
causing all schema URL assertions to fail even though spans were
correctly emitting schema URLs.1 parent 264210e commit d8a5ef8
File tree
1 file changed
+1
-0
lines changed- testing-common/src/main/java/io/opentelemetry/instrumentation/testing/internal
1 file changed
+1
-0
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
| 129 | + | |
129 | 130 | | |
130 | 131 | | |
131 | 132 | | |
| |||
0 commit comments