lightstep-tracer-go icon indicating copy to clipboard operation
lightstep-tracer-go copied to clipboard

The Lightstep distributed tracing library for Go

Results 10 lightstep-tracer-go issues
Sort by recently updated
recently updated
newest added

👋 Hello, I was wondering if there was any way you'd be open to allowing a span to be created with an already existing SpanContext? I have a unique use...

Golang 1.12.6 on i686 and armv7: ``` Testing in: /builddir/build/BUILD/lightstep-tracer-go-0.16.0/_build/src PATH: /builddir/build/BUILD/lightstep-tracer-go-0.16.0/_build/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/sbin GOPATH: /builddir/build/BUILD/lightstep-tracer-go-0.16.0/_build:/usr/share/gocode GO111MODULE: off command: go test -buildmode pie -compiler gc -ldflags "-X github.com/lightstep/lightstep-tracer-go/version=0.16.0 -extldflags '-Wl,-z,relro -Wl,--as-needed -Wl,-z,now...

Notice that we only have a case of ChildOf in exporter.go, will we have a case of FollowsFrom? https://github.com/lightstep/lightstep-tracer-go/blob/d64d205c577d5bc6fd9d95eb4a330338f69fb371/lightstepoc/exporter.go#L70

Hello, I noticed that the generated protobuf files use the default code generator from Google, which is known for generating code with significant runtime overhead (due to heavy use of...

Hello, I've recently integrated a program with lightstep using the lightstep-tracer-go package and the size of the compiled binary went from 17MB to 24MB and build time increased by over...

Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.21.0 to 1.53.0. Release notes Sourced from google.golang.org/grpc's releases. Release 1.53.0 API Changes balancer: support injection of per-call metadata from LB policies (#5853) resolver: remove deprecated field...

dependencies

Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.0.0-20210217105451-b926d437f341 to 0.1.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/sys&package-manager=go_modules&previous-version=0.0.0-20210217105451-b926d437f341&new-version=0.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies