Skip to content

0.2.0

Compare
Choose a tag to compare
@galdor galdor released this 09 Jan 08:41
· 1782 commits to main since this release

Major changes

  • Add NewTransport to create a transport that sends traces to a specific
    host and port.
  • Add (*tracer.Tracer).SetServiceInfo to define services.
  • Define services for gin-gonic, gorilla and grpc integrations.
  • Update tracegrpc.UnaryServerInterceptor and tracegrpc.UnaryClientInterceptor to take both a tracer and a service name as arguments.
  • Populate the error.type and error.stack tags for error spans.
  • Mark request spans as errors for 5xx status codes with gorilla/mux.

Bugfixing

  • Fix context key to make it compatible with gin-gonic contexts.

Read the full changeset