Skip to content

2.16.0

Choose a tag to compare

@carterkozak carterkozak released this 24 Jun 19:32
· 1553 commits to develop since this release

This release introduces new Tracer.fastStartSpan alternative to startSpan for invocations which do not need the returned OpenSpan object. Error prone will helpfully validate that startSpan is only used when the return value is checked.

  • [improvement] use of factory method to avoid OpenSpan.Builder allocations (#167)
  • [improvement] Tracer spans are inexpensive for unsampled operations (#180)