1
0
mirror of https://github.com/go-kratos/kratos.git synced 2025-03-17 21:07:54 +02:00

fix zipkin name

This commit is contained in:
Tony 2019-07-19 21:59:00 +08:00
parent 908e196df4
commit 0cf5edb455

View File

@ -28,7 +28,7 @@ type Span struct {
}
func (s *Span) ServiceName() string {
return s.operationName
return s.dapper.serviceName
}
func (s *Span) OperationName() string {