Skip to content

v2.1.21 - Trace Helpers and Scala Future Chaining Deprecation

Compare
Choose a tag to compare
@ivantopo ivantopo released this 04 Jun 13:18
418d066

New Features

  • We got a new Kamon.span function that simplifies creating Spans and automatically handle Scala Futures and CompletionStage instances, ensuring that Spans will only be finished after the async computation is done. Contributed by @ivantopo via #1033.

Deprecations

  • We deprecated the Future Chaining instrumentation introduced with Kamon 2.x. There is more info at #1021. Contributed by @ivantopo via #1034.