Skip to content

Commit 3848172

Browse files
aepflitoddbaert
andcommitted
fixup: naming
Co-authored-by: Todd Baert <[email protected]> Signed-off-by: Simon Schrottner <[email protected]>
1 parent 740085d commit 3848172

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flagd/pkg/runtime/runtime.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ func (r *Runtime) updateAndEmit(payload sync.DataSync) bool {
146146
defer r.mu.Unlock()
147147

148148
tp := otel.GetTracerProvider()
149-
tracer := tp.Tracer("flagd-inprocess-sync")
149+
tracer := tp.Tracer("flagd-sync")
150150
ctx, span := tracer.Start(context.Background(), "flagd flagset update",
151151
trace.WithSpanKind(trace.SpanKindProducer),
152152
trace.WithAttributes(attribute.String("feature_flag.source", payload.Source)),

0 commit comments

Comments
 (0)