Use hexadecimal ids and lowercase names in zipkin input (#3488)
This commit is contained in:
committed by
Daniel Nelson
parent
9422cca2cc
commit
afe05fcfef
@@ -199,5 +199,5 @@ func (s *span) Duration() time.Duration {
|
||||
}
|
||||
|
||||
func formatID(id int64) string {
|
||||
return strconv.FormatInt(id, 10)
|
||||
return strconv.FormatInt(id, 16)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user