Metrics

pillars.Metrics
See theMetrics companion object
case class Metrics[F[_]](meter: Meter[F], metrics: List[Metric[F, _]])(implicit evidence$1: Applicative[F])

Attributes

Companion
object
Source
Metrics.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def metricsInterceptor(ignoreEndpoints: Seq[AnyEndpoint]): MetricsRequestInterceptor[F]

The interceptor which can be added to a server's options, to enable metrics collection.

The interceptor which can be added to a server's options, to enable metrics collection.

Attributes

Source
Metrics.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product