mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2025-01-12 02:28:07 +02:00
97501a3fee
* 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 |
||
---|---|---|
.. | ||
config.go | ||
doc.go | ||
example_test.go | ||
exporter.go | ||
go.mod | ||
go.sum | ||
metric_test.go | ||
metric.go | ||
trace_test.go | ||
trace.go |