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
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

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product