mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2024-12-12 10:04:29 +02:00
20c93b01eb
* Update SamplingParameters Remove HasRemoteParent fields from SamplingParameters. The HasRemoteParent field is a duplicate of the Remote field of the parent span context contained in the ParentContext. Change the `ParentContext` field from storing a `SpanContext` to a `context.Context` that holds the parent span. This is to conform with the OpenTelemetry specification and resolve #1727. * Update PR number |
||
---|---|---|
.. | ||
config_test.go | ||
config.go | ||
context_test.go | ||
context.go | ||
doc.go | ||
go.mod | ||
go.sum | ||
nonrecording.go | ||
noop_test.go | ||
noop.go | ||
trace_test.go | ||
trace.go |