DropWizardMetrics

higherkindness.mu.rpc.dropwizard.DropWizardMetrics

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

case object Counter extends GaugeType

Attributes

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

Attributes

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

Attributes

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

Value members

Concrete methods

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