kamon.metric

GenericEntityRecorder

abstract class GenericEntityRecorder extends EntityRecorder

Base class with plenty of utility methods to facilitate the creation of EntityRecorder implementations. It is not required to use this base class for defining a custom EntityRecorder, but it is certainly the most convenient way to do it and the preferred approach throughout the Kamon codebase.

Linear Supertypes
EntityRecorder, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. GenericEntityRecorder
  2. EntityRecorder
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new GenericEntityRecorder(instrumentFactory: InstrumentFactory)

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def cleanup: Unit

    Definition Classes
    GenericEntityRecorderEntityRecorder
  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def collect(collectionContext: CollectionContext): EntitySnapshot

    Definition Classes
    GenericEntityRecorderEntityRecorder
  10. def counter(key: CounterKey): Counter

    Attributes
    protected
  11. def counter(name: String, unitOfMeasurement: UnitOfMeasurement): Counter

    Attributes
    protected
  12. def counter(name: String): Counter

    Attributes
    protected
  13. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. def gauge(key: GaugeKey, dynamicRange: DynamicRange, refreshInterval: FiniteDuration, valueCollector: CurrentValueCollector): Gauge

    Attributes
    protected
  17. def gauge(key: GaugeKey, refreshInterval: FiniteDuration, valueCollector: CurrentValueCollector): Gauge

    Attributes
    protected
  18. def gauge(key: GaugeKey, dynamicRange: DynamicRange, valueCollector: CurrentValueCollector): Gauge

    Attributes
    protected
  19. def gauge(key: GaugeKey, valueCollector: CurrentValueCollector): Gauge

    Attributes
    protected
  20. def gauge(name: String, dynamicRange: DynamicRange, refreshInterval: FiniteDuration, unitOfMeasurement: UnitOfMeasurement, valueCollector: CurrentValueCollector): Gauge

    Attributes
    protected
  21. def gauge(name: String, refreshInterval: FiniteDuration, unitOfMeasurement: UnitOfMeasurement, valueCollector: CurrentValueCollector): Gauge

    Attributes
    protected
  22. def gauge(name: String, dynamicRange: DynamicRange, unitOfMeasurement: UnitOfMeasurement, valueCollector: CurrentValueCollector): Gauge

    Attributes
    protected
  23. def gauge(name: String, dynamicRange: DynamicRange, refreshInterval: FiniteDuration, valueCollector: CurrentValueCollector): Gauge

    Attributes
    protected
  24. def gauge(name: String, unitOfMeasurement: UnitOfMeasurement, valueCollector: CurrentValueCollector): Gauge

    Attributes
    protected
  25. def gauge(name: String, refreshInterval: FiniteDuration, valueCollector: CurrentValueCollector): Gauge

    Attributes
    protected
  26. def gauge(name: String, dynamicRange: DynamicRange, valueCollector: CurrentValueCollector): Gauge

    Attributes
    protected
  27. def gauge(name: String, valueCollector: CurrentValueCollector): Gauge

    Attributes
    protected
  28. final def getClass(): Class[_]

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

    Definition Classes
    AnyRef → Any
  30. def histogram(name: String, dynamicRange: DynamicRange, unitOfMeasurement: UnitOfMeasurement): Histogram

    Attributes
    protected
  31. def histogram(name: String, unitOfMeasurement: UnitOfMeasurement): Histogram

    Attributes
    protected
  32. def histogram(name: String, dynamicRange: DynamicRange): Histogram

    Attributes
    protected
  33. def histogram(name: String): Histogram

    Attributes
    protected
  34. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  35. def minMaxCounter(key: MinMaxCounterKey, dynamicRange: DynamicRange, refreshInterval: FiniteDuration): MinMaxCounter

    Attributes
    protected
  36. def minMaxCounter(key: MinMaxCounterKey, refreshInterval: FiniteDuration): MinMaxCounter

    Attributes
    protected
  37. def minMaxCounter(key: MinMaxCounterKey, dynamicRange: DynamicRange): MinMaxCounter

    Attributes
    protected
  38. def minMaxCounter(key: MinMaxCounterKey): MinMaxCounter

    Attributes
    protected
  39. def minMaxCounter(name: String, dynamicRange: DynamicRange, refreshInterval: FiniteDuration, unitOfMeasurement: UnitOfMeasurement): MinMaxCounter

    Attributes
    protected
  40. def minMaxCounter(name: String, refreshInterval: FiniteDuration, unitOfMeasurement: UnitOfMeasurement): MinMaxCounter

    Attributes
    protected
  41. def minMaxCounter(name: String, dynamicRange: DynamicRange, unitOfMeasurement: UnitOfMeasurement): MinMaxCounter

    Attributes
    protected
  42. def minMaxCounter(name: String, dynamicRange: DynamicRange, refreshInterval: FiniteDuration): MinMaxCounter

    Attributes
    protected
  43. def minMaxCounter(name: String, unitOfMeasurement: UnitOfMeasurement): MinMaxCounter

    Attributes
    protected
  44. def minMaxCounter(name: String, refreshInterval: FiniteDuration): MinMaxCounter

    Attributes
    protected
  45. def minMaxCounter(name: String, dynamicRange: DynamicRange): MinMaxCounter

    Attributes
    protected
  46. def minMaxCounter(name: String): MinMaxCounter

    Attributes
    protected
  47. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  50. def removeCounter(key: CounterKey): Unit

    Attributes
    protected
  51. def removeCounter(name: String): Unit

    Attributes
    protected
  52. def removeGauge(key: GaugeKey): Unit

    Attributes
    protected
  53. def removeGauge(name: String): Unit

    Attributes
    protected
  54. def removeHistogram(name: String, unitOfMeasurement: UnitOfMeasurement): Unit

    Attributes
    protected
  55. def removeHistogram(name: String): Unit

    Attributes
    protected
  56. def removeMinMaxCounter(key: MinMaxCounterKey): Unit

    Attributes
    protected
  57. def removeMinMaxCounter(name: String): Unit

    Attributes
    protected
  58. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  59. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from EntityRecorder

Inherited from AnyRef

Inherited from Any

Ungrouped