MetricsServerInterceptor

higherkindness.mu.rpc.server.metrics.MetricsServerInterceptor
case class MetricsServerInterceptor[F[_]](metricsOps: MetricsOps[F], disp: Dispatcher[F], classifier: Option[String])(implicit evidence$1: Sync[F]) extends ServerInterceptor

Attributes

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

Members list

Value members

Concrete methods

override def interceptCall[Req, Res](call: ServerCall[Req, Res], requestHeaders: Metadata, next: ServerCallHandler[Req, Res]): Listener[Req]

Attributes

Definition Classes
ServerInterceptor

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product