Metrics

io.ino.solrs.Metrics
trait Metrics

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class CodaHaleMetrics[F]
object NoopMetrics.type

Members list

Value members

Abstract methods

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

def requestTime(timeInMillis: Long): Unit