0.2.0
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
andtracegrpc.UnaryClientInterceptor
to take both a tracer and a service name as arguments. - Populate the
error.type
anderror.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