Packages

class PekkoSensorsExtension extends Extension with MetricsBuilders with LazyLogging

For overrides, make a subclass and put it's name in 'pekko.sensors.extension-class' config value

Linear Supertypes
LazyLogging, MetricsBuilders, BasicMetricBuilders, Extension, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PekkoSensorsExtension
  2. LazyLogging
  3. MetricsBuilders
  4. BasicMetricBuilders
  5. Extension
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new PekkoSensorsExtension(system: ExtendedActorSystem)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def activeActors: Gauge
  5. def activityTime: Histogram
  6. def allCollectors: List[Collector]
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  9. def clusterEvents: Counter
  10. def clusterMembers: Gauge
  11. def counter: Builder
    Definition Classes
    BasicMetricBuilders
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  14. def exceptions: Counter
  15. def gauge: Builder
    Definition Classes
    BasicMetricBuilders
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. lazy val logger: Logger
    Attributes
    protected
    Definition Classes
    LazyLogging
    Annotations
    @transient()
  20. val metrics: SensorMetrics
  21. def millisHistogram: Builder
    Definition Classes
    BasicMetricBuilders
  22. val namespace: String
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  26. def persistFailures: Counter
  27. def persistRejects: Counter
  28. def persistTime: Histogram
  29. def receiveTime: Histogram
  30. def receiveTimeouts: Counter
  31. def recoveries: Counter
  32. def recoveryEvents: Counter
  33. def recoveryFailures: Counter
  34. def recoveryTime: Histogram
  35. val registry: CollectorRegistry
    Definition Classes
    MetricsBuilders
  36. def secondsHistogram: Builder
    Definition Classes
    BasicMetricBuilders
  37. val subsystem: String
  38. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  39. def toString(): String
    Definition Classes
    AnyRef → Any
  40. def unhandledMessages: Counter
  41. def valueHistogram(max: Int): Builder
    Definition Classes
    BasicMetricBuilders
  42. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  43. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  44. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from LazyLogging

Inherited from MetricsBuilders

Inherited from BasicMetricBuilders

Inherited from Extension

Inherited from AnyRef

Inherited from Any

Ungrouped