fix: opentelemetry traceid not correct (#1108)

This commit is contained in:
Kevin Wan
2021-10-01 22:44:37 +08:00
committed by GitHub
parent 295ec27e1b
commit ed15ca04f4
6 changed files with 24 additions and 18 deletions

View File

@@ -21,9 +21,9 @@ import (
{{.imports}}
"github.com/tal-tech/go-zero/core/conf"
"github.com/tal-tech/go-zero/core/service"
"github.com/tal-tech/go-zero/zrpc"
"google.golang.org/grpc"
"github.com/tal-tech/go-zero/core/service"
"google.golang.org/grpc/reflection"
)