DropWizardMetrics

higherkindness.mu.rpc.dropwizard.DropWizardMetrics$

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

case object Counter extends GaugeType

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait GaugeType
class Object
trait Matchable
class Any
Self type
Counter.type
sealed trait GaugeType

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Counter.type
object Timer.type
case object Timer extends GaugeType

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait GaugeType
class Object
trait Matchable
class Any
Self type
Timer.type

Value members

Concrete methods

def apply[F[_]](registry: MetricRegistry, prefix: String)(implicit F: Sync[F]): MetricsOps[F]