[skip e2e] Improve annotation (#14382)

Signed-off-by: Xieql <qianglong.xie@zilliz.com>
This commit is contained in:
Xieql 2021-12-28 13:24:51 +08:00 committed by GitHub
parent 84541758f8
commit 456dba4b31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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...)