You've already forked opentelemetry-go
mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2025-11-29 23:07:45 +02:00
Remove SpanID from sampling parameters
Update code per latest spec, see: https://github.com/open-telemetry/opentelemetry-specification/pull/621
This commit is contained in:
@@ -32,7 +32,6 @@ type Sampler interface {
|
||||
type SamplingParameters struct {
|
||||
ParentContext api.SpanContext
|
||||
TraceID api.ID
|
||||
SpanID api.SpanID
|
||||
Name string
|
||||
HasRemoteParent bool
|
||||
Kind api.SpanKind
|
||||
|
||||
Reference in New Issue
Block a user