mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip e2e] Improve annotation (#14382)
Signed-off-by: Xieql <qianglong.xie@zilliz.com>
This commit is contained in:
parent
84541758f8
commit
456dba4b31
@ -70,7 +70,7 @@ func initFromEnv(serviceName string) *config.Configuration {
|
||||
return cfg
|
||||
}
|
||||
|
||||
// StartSpanFromContext starts a opentracing span. The default operation name is
|
||||
// StartSpanFromContext starts an opentracing span. The default operation name is
|
||||
// upper two call stacks of the function
|
||||
func StartSpanFromContext(ctx context.Context, opts ...opentracing.StartSpanOption) (opentracing.Span, context.Context) {
|
||||
return StartSpanFromContextWithSkip(ctx, 3, opts...)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user