Instrumentation

case class Instrumentation(present: Boolean, modules: Seq[ModuleInfo], errors: Seq[TypeError])

Describes all known instrumentation modules. This data is completely untyped and not expected to be used anywhere outside Kamon. The data is injected on runtime by the Kanela instrumentation agent.

Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product