1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-07-17 01:12:45 +02:00

Rename trace.TraceID & trace.TraceIDFromHex

This commit is contained in:
tensorchen
2020-05-02 20:23:09 +08:00
parent c6c155de6f
commit bae2298a36
31 changed files with 88 additions and 88 deletions

View File

@ -23,7 +23,7 @@ type Sampler interface {
ShouldSample(
sc SpanContext,
remote bool,
traceID TraceID,
traceID ID,
spanID SpanID,
spanName string,
spanKind SpanKind,