Object

kamon.instrumentation.system.host

HostMetrics

Related Doc: package host

Permalink

object HostMetrics

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

Type Members

  1. class CpuInstruments extends InstrumentGroup

    Permalink
  2. case class DiffCounter(counter: Counter) extends Product with Serializable

    Permalink

    A modified Counter that keeps track of a monotonically increasing value and only records the difference between the current and previous value on the target counter.

  3. class LoadAverageInstruments extends InstrumentGroup

    Permalink
  4. class MemoryInstruments extends InstrumentGroup

    Permalink
  5. class NetworkActivityInstruments extends InstrumentGroup

    Permalink
  6. class StorageDeviceInstruments extends InstrumentGroup

    Permalink
  7. class StorageMountInstruments extends InstrumentGroup

    Permalink
  8. class SwapInstruments extends InstrumentGroup

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val CpuUsage: Histogram

    Permalink
  5. val FileSystemMountSpaceFree: Gauge

    Permalink
  6. val FileSystemMountSpaceTotal: Gauge

    Permalink
  7. val FileSystemMountSpaceUsage: Gauge

    Permalink
  8. val FileSystemMountSpaceUsed: Gauge

    Permalink
  9. val LoadAverage: Gauge

    Permalink
  10. val MemoryFree: Gauge

    Permalink
  11. val MemoryTotal: Gauge

    Permalink
  12. val MemoryUsage: Gauge

    Permalink
  13. val MemoryUsed: Gauge

    Permalink
  14. object NetworkActivityInstruments

    Permalink
  15. val NetworkDataRead: Counter

    Permalink
  16. val NetworkDataWrite: Counter

    Permalink
  17. val NetworkPacketsRead: Counter

    Permalink
  18. val NetworkPacketsReadFailed: Counter

    Permalink
  19. val NetworkPacketsWrite: Counter

    Permalink
  20. val NetworkPacketsWriteFailed: Counter

    Permalink
  21. object StorageDeviceInstruments

    Permalink
  22. val StorageDeviceRead: Counter

    Permalink
  23. val StorageDeviceReadOps: Counter

    Permalink
  24. val StorageDeviceWrite: Counter

    Permalink
  25. val StorageDeviceWriteOps: Counter

    Permalink
  26. object StorageMountInstruments

    Permalink
  27. val SwapFree: Gauge

    Permalink
  28. val SwapTotal: Gauge

    Permalink
  29. val SwapUsage: Gauge

    Permalink
  30. val SwapUsed: Gauge

    Permalink
  31. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  32. def clone(): AnyRef

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  38. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  39. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  40. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  41. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  42. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  43. def toString(): String

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped