Skip to content

v0.15.0

Compare
Choose a tag to compare
@MatthewDolan MatthewDolan released this 16 Nov 19:18
· 111 commits to master since this release
ba38bae
  • We replaced the internal diagnostic logging with a more flexible “Event” framework. This enables you to track and understand tracer problems with metrics and logging tools of your choice.
  • We are also changed the types of the Close() and Flush() methods to take a context parameter to support cancellation. These changes are not backwards compatible and you will need to update your instrumentation. We are providing a NewTracerv0_14() method that is a drop-in replacement for the previous version.