Packages

class HttpServerInstruments extends InstrumentGroup

Holds all metric instruments required to track the behavior of a HTTP server.

Linear Supertypes
InstrumentGroup, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HttpServerInstruments
  2. InstrumentGroup
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new HttpServerInstruments(commonTags: TagSet)

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. val activeRequests: RangeSampler
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  7. val commonTags: TagSet
    Definition Classes
    InstrumentGroup
  8. val connectionLifetime: Timer
  9. val connectionUsage: Histogram
  10. def countCompletedRequest(statusCode: Int): Unit

    Increments the appropriate response counter depending on the the status code.

  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. val openConnections: RangeSampler
  21. def register[Inst <: Instrument[Inst, Sett], Sett <: Settings](metric: Metric[Inst, Sett], extraTags: TagSet): Inst
    Definition Classes
    InstrumentGroup
  22. def register[Inst <: Instrument[Inst, Sett], Sett <: Settings](metric: Metric[Inst, Sett], key: String, value: Boolean): Inst
    Definition Classes
    InstrumentGroup
  23. def register[Inst <: Instrument[Inst, Sett], Sett <: Settings](metric: Metric[Inst, Sett], key: String, value: Long): Inst
    Definition Classes
    InstrumentGroup
  24. def register[Inst <: Instrument[Inst, Sett], Sett <: Settings](metric: Metric[Inst, Sett], key: String, value: String): Inst
    Definition Classes
    InstrumentGroup
  25. def register[Inst <: Instrument[Inst, Sett], Sett <: Settings](metric: Metric[Inst, Sett]): Inst
    Definition Classes
    InstrumentGroup
  26. def remove(): Unit
    Definition Classes
    InstrumentGroup
  27. val requestSize: Histogram
  28. val requestsClientError: Counter
  29. val requestsInformational: Counter
  30. val requestsRedirection: Counter
  31. val requestsServerError: Counter
  32. val requestsSuccessful: Counter
  33. val responseSize: Histogram
  34. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  35. def toString(): String
    Definition Classes
    AnyRef → Any
  36. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from InstrumentGroup

Inherited from AnyRef

Inherited from Any

Ungrouped