Packages

object alerts extends DbAlertMetrics

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. alerts
  2. DbAlertMetrics
  3. Factory
  4. DropwizardFactory
  5. Factory
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  6. def counter(name: MetricName, description: String)(implicit context: MetricsContext): Counter
    Definition Classes
    DropwizardFactory → Factory
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  9. val failedEventLogWrites: Counter
    Definition Classes
    DbAlertMetrics
  10. val failedMultiDomainEventLogWrites: Counter
    Definition Classes
    DbAlertMetrics
  11. def gauge[T](name: MetricName, initial: T, description: String)(implicit context: MetricsContext): Gauge[T]
    Definition Classes
    DropwizardFactory → Factory
  12. def gaugeWithSupplier[T](name: MetricName, gaugeSupplier: () => T, description: String)(implicit context: MetricsContext): Unit
    Definition Classes
    DropwizardFactory → Factory
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. def histogram(name: MetricName, description: String)(implicit context: MetricsContext): Histogram
    Definition Classes
    DropwizardFactory → Factory
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. def loadGauge(name: MetricName, interval: FiniteDuration, timer: Timer): TimedLoadGauge
    Definition Classes
    Factory
  18. def meter(name: MetricName, description: String)(implicit context: MetricsContext): Meter
    Definition Classes
    DropwizardFactory → Factory
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. val prefix: MetricName
    Definition Classes
    DbAlertMetricsFactory
  23. def reRegisterGauge[T, G <: Gauge[T]](name: MetricName, gauge: G): G
    Attributes
    protected
    Definition Classes
    DropwizardFactory
  24. def refGauge[T](name: MetricName, empty: T): RefGauge[T]
    Definition Classes
    Factory
  25. val registry: MetricRegistry
    Definition Classes
    DbAlertMetrics → DropwizardFactory
  26. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  27. def timer(name: MetricName, description: String)(implicit context: MetricsContext): Timer
    Definition Classes
    DropwizardFactory → Factory
  28. def toString(): String
    Definition Classes
    AnyRef → Any
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from DbAlertMetrics

Inherited from Factory

Inherited from DropwizardFactory

Inherited from Factory

Inherited from AnyRef

Inherited from Any

Ungrouped