CachedMetricGauge

uk.gov.hmrc.mongo.metrix.CachedMetricGauge
final case class CachedMetricGauge(name: String, lookupValue: String => Int) extends Gauge[Int]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Gauge[Int]
trait Metric
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def getValue: Int

Attributes

Definition Classes
Gauge

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product