Skip to content

Releases: Vinelab/tracing-go

v0.6.2

30 Nov 15:13
6c2ef4e
Compare
Choose a tag to compare

Upgrad dependencies

v0.6.1

29 Nov 21:23
5c2f246
Compare
Choose a tag to compare

We're now fault-tolerant 🎉

Ensure application doesn't go down when collector is not reachable. You can configure TracerOptions.RequestTimeout (defaults to 5). Also prints a message to stdout when unable to resolve IP address from a hostname (previously a fatal error).

v0.6.0

11 Nov 11:20
1719b31
Compare
Choose a tag to compare
  • Fix the issue with request body in a tracing middleware

v0.5.0

21 Oct 12:21
cbe6ecb
Compare
Choose a tag to compare

Added support for Google Cloud PubSub to propagate tracing headers

v0.4.0

30 Aug 14:54
7530185
Compare
Choose a tag to compare
  • Allow to configure HTTP middleware to exclude certain path from tracing

v0.3.0

27 Aug 18:13
fac9736
Compare
Choose a tag to compare
  • Don't throw error on inject when current span is missing, just move on