Packages

package metrics

Source
package.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. metrics
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def metricRegistryEncoder[F[_]](mapper: ObjectMapper = defaultMapper)(implicit arg0: Applicative[F]): EntityEncoder[F, MetricRegistry]

    Encodes a metric registry in JSON format

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

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

  4. object Metrics

Inherited from AnyRef

Inherited from Any

Ungrouped