Class/Object

kamon.instrumentation.mongo

MongoClientInstrumentation

Related Docs: object MongoClientInstrumentation | package mongo

Permalink

class MongoClientInstrumentation extends InstrumentationBuilder

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

Instance Constructors

  1. new MongoClientInstrumentation()

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val OperationsAdviceFQCN: String

    Permalink

    This first section just ensures that operations will get the right name, specially the ones that are implemented as bulk writes to Mongo.

    This first section just ensures that operations will get the right name, specially the ones that are implemented as bulk writes to Mongo. In the cases where we know that the name will not be captured properly we are explicitly adding the operation name to the operation instance so that it can be used when naming the Spans.

  5. def anyMethods(arg0: <repeated...>[String]): Junction[MethodDescription]

    Permalink
    Definition Classes
    InstrumentationBuilder
  6. def anyTypes(arg0: <repeated...>[String]): Junction[_ >: TypeDescription]

    Permalink
    Definition Classes
    InstrumentationBuilder
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def classIsPresent(arg0: String): Builder

    Permalink
    Definition Classes
    InstrumentationBuilder
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def collectTransformations(arg0: ModuleConfiguration, arg1: Instrumentation): List[TypeTransformation]

    Permalink
    Definition Classes
    InstrumentationBuilder
  11. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  15. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  16. val instrumentedOperations: Seq[String]

    Permalink

    These are the actual classes we are instrumenting to track operations.

    These are the actual classes we are instrumenting to track operations. Since the same classes are used for both Sync and Async variants (and the Async driver is used for the Reactive Streams and Scala Drivers) we are going for a unified instrumentation that only needs special treatment around the execute/executeAsync methods.

  17. def isAbstract(): Junction[MethodDescription]

    Permalink
    Definition Classes
    InstrumentationBuilder
  18. def isConstructor(): Junction[MethodDescription]

    Permalink
    Definition Classes
    InstrumentationBuilder
  19. def isEnabled(arg0: ModuleConfiguration): Boolean

    Permalink
    Definition Classes
    InstrumentationBuilder
  20. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  21. def method(arg0: String): Junction[MethodDescription]

    Permalink
    Definition Classes
    InstrumentationBuilder
  22. def methodAnnotatedWith(arg0: Class[_ <: Annotation]): Junction[MethodDescription]

    Permalink
    Definition Classes
    InstrumentationBuilder
  23. def methodAnnotatedWith(arg0: String): Junction[MethodDescription]

    Permalink
    Definition Classes
    InstrumentationBuilder
  24. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  25. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  26. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  27. def onSubTypesOf(arg0: <repeated...>[String]): Target

    Permalink
    Definition Classes
    InstrumentationBuilder
  28. def onType(arg0: String): Target

    Permalink
    Definition Classes
    InstrumentationBuilder
  29. def onTypes(arg0: <repeated...>[String]): Target

    Permalink
    Definition Classes
    InstrumentationBuilder
  30. def onTypesAnnotatedWith(arg0: String): Target

    Permalink
    Definition Classes
    InstrumentationBuilder
  31. def onTypesMatching(arg0: ElementMatcher[_ >: TypeDescription]): Target

    Permalink
    Definition Classes
    InstrumentationBuilder
  32. def onTypesWithMethodsAnnotatedWith(arg0: String): Target

    Permalink
    Definition Classes
    InstrumentationBuilder
  33. def order(): Int

    Permalink
    Definition Classes
    InstrumentationBuilder
  34. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  35. def takesArguments(arg0: Integer): Junction[MethodDescription]

    Permalink
    Definition Classes
    InstrumentationBuilder
  36. def takesOneArgumentOf(arg0: String): Junction[MethodDescription]

    Permalink
    Definition Classes
    InstrumentationBuilder
  37. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  38. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. def withArgument(arg0: Class[_]): Junction[MethodDescription]

    Permalink
    Definition Classes
    InstrumentationBuilder
  42. def withArgument(arg0: Integer, arg1: Class[_]): Junction[MethodDescription]

    Permalink
    Definition Classes
    InstrumentationBuilder
  43. def withReturnTypes(arg0: <repeated...>[Class[_]]): Junction[MethodDescription]

    Permalink
    Definition Classes
    InstrumentationBuilder

Inherited from InstrumentationBuilder

Inherited from AnyRef

Inherited from Any

Ungrouped