1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2024-12-12 10:04:29 +02:00
opentelemetry-go/exporters/trace/zipkin
Tyler Yahn 97501a3fee
Update SpanSnapshot to use parent SpanContext (#1748)
* Update SpanSnapshot to use parent SpanContext

Having only the parent span ID and a separate field to communicate if
the parent was remote does not provide a comprehensive view of the
parent span nor is it an efficient way to transmit this information.
Update the SpanSnapshot to have a `Parent` field that contains the
parent span context. This field replaces the ParentSpanID and
HasRemoteParent fields.

* Revert SamplingParameters span change

* Update CHANGELOG with PR number
2021-03-30 08:59:54 -07:00
..
doc.go Update README and documentation to better communicate pre-GA state (#1281) 2020-10-29 09:23:13 -07:00
go.mod Release v0.19.0 (#1710) 2021-03-19 08:36:17 -07:00
go.sum Bump github.com/google/go-cmp from 0.5.4 to 0.5.5 (#1667) 2021-03-08 12:15:49 -08:00
model_test.go Update SpanSnapshot to use parent SpanContext (#1748) 2021-03-30 08:59:54 -07:00
model.go Update SpanSnapshot to use parent SpanContext (#1748) 2021-03-30 08:59:54 -07:00
zipkin_test.go Update SpanSnapshot to use parent SpanContext (#1748) 2021-03-30 08:59:54 -07:00
zipkin.go sdk/trace: removing ApplyConfig and Config (#1693) 2021-03-18 10:48:13 -07:00