File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,11 +16,11 @@ import (
16
16
"sync"
17
17
"time"
18
18
19
+ "github.com/google/uuid"
19
20
"github.com/linuxboot/contest/pkg/xcontext/buildinfo"
20
21
"github.com/linuxboot/contest/pkg/xcontext/fields"
21
22
"github.com/linuxboot/contest/pkg/xcontext/logger"
22
23
"github.com/linuxboot/contest/pkg/xcontext/metrics"
23
- "github.com/google/uuid"
24
24
)
25
25
26
26
var (
@@ -337,7 +337,7 @@ func (ctx *ctxValue) TraceID() TraceID {
337
337
func (ctx * ctxValue ) WithTraceID (traceID TraceID ) Context {
338
338
ctxClone := ctx .clone ()
339
339
ctxClone .traceIDValue = traceID
340
- return ctxClone .WithTag ("traceID" , traceID )
340
+ return ctxClone .WithField ("traceID" , traceID )
341
341
}
342
342
343
343
func (ctx * ctxValue ) considerPendingTags () {
You can’t perform that action at this time.
0 commit comments