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
Rename trace.TraceID & trace.TraceIDFromHex
This commit is contained in:
@@ -31,7 +31,7 @@ type Sampler interface {
|
||||
// SamplingParameters contains the values passed to a Sampler.
|
||||
type SamplingParameters struct {
|
||||
ParentContext api.SpanContext
|
||||
TraceID api.TraceID
|
||||
TraceID api.ID
|
||||
SpanID api.SpanID
|
||||
Name string
|
||||
HasRemoteParent bool
|
||||
|
||||
Reference in New Issue
Block a user