You've already forked opentelemetry-go
mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2025-12-01 23:12:29 +02:00
Rename trace.TraceID & trace.TraceIDFromHex
This commit is contained in:
@@ -133,7 +133,7 @@ func BenchmarkSpanWithAttributes_all_2x(b *testing.B) {
|
||||
}
|
||||
|
||||
func BenchmarkTraceID_DotString(b *testing.B) {
|
||||
t, _ := apitrace.TraceIDFromHex("0000000000000001000000000000002a")
|
||||
t, _ := apitrace.IDFromHex("0000000000000001000000000000002a")
|
||||
sc := apitrace.SpanContext{TraceID: t}
|
||||
|
||||
want := "0000000000000001000000000000002a"
|
||||
|
||||
Reference in New Issue
Block a user