mirror of
https://github.com/containers/podman.git
synced 2025-12-03 03:39:44 +08:00
build(deps): bump github.com/uber/jaeger-client-go
Bumps [github.com/uber/jaeger-client-go](https://github.com/uber/jaeger-client-go) from 2.20.1+incompatible to 2.22.1+incompatible. - [Release notes](https://github.com/uber/jaeger-client-go/releases) - [Changelog](https://github.com/jaegertracing/jaeger-client-go/blob/master/CHANGELOG.md) - [Commits](https://github.com/uber/jaeger-client-go/compare/v2.20.1...v2.22.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: Matthew Heon <mheon@redhat.com>
This commit is contained in:
committed by
Matthew Heon
parent
ac3a6b80b0
commit
fd36a33dc3
1
vendor/github.com/uber/jaeger-client-go/zipkin_thrift_span.go
generated
vendored
1
vendor/github.com/uber/jaeger-client-go/zipkin_thrift_span.go
generated
vendored
@@ -40,6 +40,7 @@ var specialTagHandlers = map[string]func(*zipkinSpan, interface{}){
|
||||
}
|
||||
|
||||
// BuildZipkinThrift builds thrift span based on internal span.
|
||||
// TODO: (breaking change) move to transport/zipkin and make private.
|
||||
func BuildZipkinThrift(s *Span) *z.Span {
|
||||
span := &zipkinSpan{Span: s}
|
||||
span.handleSpecialTags()
|
||||
|
||||
Reference in New Issue
Block a user