未验证 提交 cc66847f 编写于 作者: X Xieql 提交者: GitHub

[skip e2e] Improve annotation (#14983)

Signed-off-by: NXieql <qianglong.xie@zilliz.com>
上级 8f0cf95e
......@@ -114,7 +114,7 @@ func StartSpanFromContextWithOperationName(ctx context.Context, operationName st
return StartSpanFromContextWithOperationNameWithSkip(ctx, operationName, 3, opts...)
}
// StartSpanFromContextWithOperationNameWithSkip starts a opentracing span with specific operation name.
// StartSpanFromContextWithOperationNameWithSkip starts an opentracing span with specific operation name.
// And will log print the current call line number and file name.
func StartSpanFromContextWithOperationNameWithSkip(ctx context.Context, operationName string, skip int, opts ...opentracing.StartSpanOption) (opentracing.Span, context.Context) {
if ctx == nil {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册