We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76b0e44 commit d67c45bCopy full SHA for d67c45b
1 file changed
internal/tracing/tracing.go
@@ -21,7 +21,7 @@ func SpanFromVM(ctx context.Context, vm *impdevv1alpha1.ImpVM, spanName string,
21
"tracestate": vm.Annotations["imp.dev/trace-state"],
22
}
23
remoteCtx := otel.GetTextMapPropagator().Extract(ctx, carrier)
24
- return otel.Tracer("imp").Start(remoteCtx, spanName, opts...)
+ return otel.Tracer("imp.agent").Start(remoteCtx, spanName, opts...)
25
26
27
// InjectToVM injects the current trace context from ctx into vm's annotations.
0 commit comments