Package

kamon.instrumentation

executor

Permalink

package executor

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. executor
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. final class CaptureContextOnSubmitInstrumentation extends InstrumentationBuilder

    Permalink
  2. class ExecutorTaskInstrumentation extends InstrumentationBuilder

    Permalink

    Captures the current Context upon creation of all Runnable/Callable implementations and sets that Context as current while their run/call methods are executed.

    Captures the current Context upon creation of all Runnable/Callable implementations and sets that Context as current while their run/call methods are executed. See the module's exclude configuration for more info on what packages and implementations will not be targeted by this instrumentation (e.g. it does not target any java.* class by default).

  3. type ScalaForkJoinPool = ForkJoinPool

    Permalink

Value Members

  1. object ExecutorInstrumentation

    Permalink
  2. object ExecutorMetrics

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped