CodaHaleMetrics

io.ino.solrs.CodaHaleMetrics
class CodaHaleMetrics[F[_]](val registry: MetricRegistry) extends Metrics

Attributes

Graph
Supertypes
trait Metrics
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

override def countException: Unit

Counter for other exceptions, e.g. from AsyncHandler.onThrowable: Invoked when an unexpected exception occurs during the processing of the response. The exception may have been produced by implementation of onXXXReceived method invocation.

Counter for other exceptions, e.g. from AsyncHandler.onThrowable: Invoked when an unexpected exception occurs during the processing of the response. The exception may have been produced by implementation of onXXXReceived method invocation.

Attributes

Definition Classes
override def countRemoteException: Unit

Attributes

Definition Classes
override def requestTime(timeInMillis: Long): Unit

Attributes

Definition Classes

Concrete fields

val registry: MetricRegistry