Package

kamon.instrumentation.futures

scala

Permalink

package scala

Visibility
  1. Public
  2. All

Type Members

  1. class FutureChainingInstrumentation extends InstrumentationBuilder

    Permalink

    Ensures that chained transformations on Scala Futures (e.g.

    Ensures that chained transformations on Scala Futures (e.g. future.map(...).flatmap(...)) will propagate the context set on each transformation to the next transformation.

Ungrouped