1
0
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:
Paulo Janotti
2020-05-28 16:08:04 -07:00
parent 49043f6f97
commit b3f17329c8
7 changed files with 2 additions and 7 deletions

View File

@@ -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