package metrics
- Source
- package.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- metrics
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
def
metricRegistryEncoder[F[_]](mapper: ObjectMapper = defaultMapper)(implicit arg0: Applicative[F]): EntityEncoder[F, MetricRegistry]
Encodes a metric registry in JSON format
-
def
metricsResponse[F[_]](registry: MetricRegistry, mapper: ObjectMapper = defaultMapper)(implicit arg0: Monad[F]): F[Response[F]]
Returns an OK response with a JSON dump of a MetricRegistry
-
def
metricsService[F[_]](registry: MetricRegistry, mapper: ObjectMapper = defaultMapper)(implicit arg0: Monad[F]): HttpService[F]
Returns an OK response with a JSON dump of a MetricRegistry
- object Metrics