Class

kamon.metric

GenericEntityRecorder

Related Doc: package metric

Permalink

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
Visibility
  1. Public
  2. All

Instance Constructors

  1. new GenericEntityRecorder(instrumentFactory: InstrumentFactory)

    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. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def cleanup: Unit

    Permalink
    Definition Classes
    GenericEntityRecorderEntityRecorder
  6. def clone(): AnyRef

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

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

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

    Permalink
    Attributes
    protected
  10. def counter(name: String): Counter

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected
  31. def histogram(name: String): Histogram

    Permalink
    Attributes
    protected
  32. final def isInstanceOf[T0]: Boolean

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

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

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

    Permalink
    Attributes
    protected
  36. def minMaxCounter(key: MinMaxCounterKey): MinMaxCounter

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected
  44. def minMaxCounter(name: String): MinMaxCounter

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

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

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

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

    Permalink
    Attributes
    protected
  49. def removeCounter(name: String): Unit

    Permalink
    Attributes
    protected
  50. def removeGauge(key: GaugeKey): Unit

    Permalink
    Attributes
    protected
  51. def removeGauge(name: String): Unit

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

    Permalink
    Attributes
    protected
  53. def removeHistogram(name: String): Unit

    Permalink
    Attributes
    protected
  54. def removeMinMaxCounter(key: MinMaxCounterKey): Unit

    Permalink
    Attributes
    protected
  55. def removeMinMaxCounter(name: String): Unit

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

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

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

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

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

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

Inherited from EntityRecorder

Inherited from AnyRef

Inherited from Any

Ungrouped