org.http4s.server

metrics

package metrics

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. metrics
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. object Metrics

  2. def metricRegistryEncoder(mapper: ObjectMapper = defaultMapper): EntityEncoder[MetricRegistry]

    Encodes a metric registry in JSON format

  3. def metricsResponse(registry: MetricRegistry, mapper: ObjectMapper = defaultMapper): Task[Response]

    Returns an OK response with a JSON dump of a MetricRegistry

  4. def metricsService(registry: MetricRegistry, mapper: ObjectMapper = defaultMapper): HttpService

    Returns an OK response with a JSON dump of a MetricRegistry

Inherited from AnyRef

Inherited from Any

Ungrouped