ActorCellInfo

kamon.instrumentation.pekko.instrumentations.ActorCellInfo
See theActorCellInfo companion object
case class ActorCellInfo(path: String, name: String, systemName: String, dispatcherName: String, isRouter: Boolean, isRoutee: Boolean, isRootSupervisor: Boolean, isStreamImplementationActor: Boolean, isTemporary: Boolean, actorOrRouterClass: Class[_], routeeClass: Option[Class[_]])

Basic information that should be read from an ActorCell for instrumentation purposes.

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product