org.scalatra.metrics

HealthChecksSupport

Related Doc: package metrics

trait HealthChecksSupport extends CheckedBuilder with MetricsBootstrap

Linear Supertypes
MetricsBootstrap, CheckedBuilder, BaseBuilder, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. HealthChecksSupport
  2. MetricsBootstrap
  3. CheckedBuilder
  4. BaseBuilder
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

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 checkHealth(name: String, unhealthyMessage: String)(thunk: ⇒ HealthCheckMagnet): HealthCheck

  6. def checkHealth(name: String)(thunk: ⇒ HealthCheckMagnet): HealthCheck

  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  12. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  13. def healthCheck(name: String, unhealthyMessage: String)(checker: ⇒ HealthCheckMagnet): HealthCheck

    Definition Classes
    CheckedBuilder
  14. def healthCheckName(name: String): MetricName

  15. implicit val healthCheckRegistry: HealthCheckRegistry

    Definition Classes
    MetricsBootstrap
  16. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  17. lazy val metricBaseName: MetricName

    Definition Classes
    BaseBuilder
  18. implicit val metricRegistry: MetricRegistry

    Definition Classes
    MetricsBootstrap
  19. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  20. final def notify(): Unit

    Definition Classes
    AnyRef
  21. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  22. val registry: HealthCheckRegistry

    Definition Classes
    HealthChecksSupport → CheckedBuilder
  23. def runHealthCheck(name: String): Result

  24. def runHealthChecks(): SortedMap[String, Result]

  25. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  26. def toString(): String

    Definition Classes
    AnyRef → Any
  27. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from MetricsBootstrap

Inherited from CheckedBuilder

Inherited from BaseBuilder

Inherited from AnyRef

Inherited from Any

Ungrouped