You've already forked opentelemetry-go
mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2026-05-22 09:35:21 +02:00
Move SpanContext from core package into trace
This commit is contained in:
@@ -30,9 +30,9 @@ type Sampler interface {
|
||||
|
||||
// SamplingParameters contains the values passed to a Sampler.
|
||||
type SamplingParameters struct {
|
||||
ParentContext core.SpanContext
|
||||
TraceID core.TraceID
|
||||
SpanID core.SpanID
|
||||
ParentContext api.SpanContext
|
||||
TraceID api.TraceID
|
||||
SpanID api.SpanID
|
||||
Name string
|
||||
HasRemoteParent bool
|
||||
Kind api.SpanKind
|
||||
|
||||
Reference in New Issue
Block a user