class ClusterMetricsExtension extends Extension
Cluster metrics extension.
Cluster metrics is primarily for load-balancing of nodes. It controls metrics sampling at a regular frequency, prepares highly variable data for further analysis by other entities, and publishes the latest cluster metrics data around the node ring and local eventStream to assist in determining the need to redirect traffic to the least-loaded nodes.
Metrics sampling is delegated to the MetricsCollector.
Smoothing of the data for each monitored process is delegated to the EWMA for exponential weighted moving average.
- Alphabetic
- By Inheritance
- ClusterMetricsExtension
- Extension
- AnyRef
- Any
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- All
Instance Constructors
- new ClusterMetricsExtension(system: ExtendedActorSystem)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
def
+(other: String): String
- Implicit
- This member is added by an implicit conversion from ClusterMetricsExtension to any2stringadd[ClusterMetricsExtension] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
-
def
->[B](y: B): (ClusterMetricsExtension, B)
- Implicit
- This member is added by an implicit conversion from ClusterMetricsExtension to ArrowAssoc[ClusterMetricsExtension] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
ensuring(cond: (ClusterMetricsExtension) ⇒ Boolean, msg: ⇒ Any): ClusterMetricsExtension
- Implicit
- This member is added by an implicit conversion from ClusterMetricsExtension to Ensuring[ClusterMetricsExtension] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: (ClusterMetricsExtension) ⇒ Boolean): ClusterMetricsExtension
- Implicit
- This member is added by an implicit conversion from ClusterMetricsExtension to Ensuring[ClusterMetricsExtension] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean, msg: ⇒ Any): ClusterMetricsExtension
- Implicit
- This member is added by an implicit conversion from ClusterMetricsExtension to Ensuring[ClusterMetricsExtension] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean): ClusterMetricsExtension
- Implicit
- This member is added by an implicit conversion from ClusterMetricsExtension to Ensuring[ClusterMetricsExtension] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from ClusterMetricsExtension to StringFormat[ClusterMetricsExtension] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
val
settings: ClusterMetricsSettings
Metrics extension configuration.
-
def
subscribe(metricsListener: ActorRef): Unit
Subscribe user metrics listener actor unto ClusterMetricsEvent events published by extension on the system event bus.
-
val
supervisor: ActorRef
Supervisor actor.
Supervisor actor. Accepts subtypes of CollectionControlMessages to manage metrics collection at runtime.
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
unsubscribe(metricsListenter: ActorRef): Unit
Unsubscribe user metrics listener actor from ClusterMetricsEvent events published by extension on the system event bus.
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
→[B](y: B): (ClusterMetricsExtension, B)
- Implicit
- This member is added by an implicit conversion from ClusterMetricsExtension to ArrowAssoc[ClusterMetricsExtension] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc