Class/Object

kamon.jmx.extension

ExportedMBean

Related Docs: object ExportedMBean | package extension

Permalink

class ExportedMBean extends GenericEntityRecorder

An object that manages a specific dynamic mbean for kamon.

Linear Supertypes
GenericEntityRecorder, EntityRecorder, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ExportedMBean
  2. GenericEntityRecorder
  3. EntityRecorder
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ExportedMBean(system: ExtendedActorSystem, instrumentFactory: InstrumentFactory, definitions: Seq[MetricDefinition], objName: ObjectName, attrNames: Array[String], checkInterval: Long)(implicit ec: ExecutionContext)

    Permalink

    system

    actor system used by kamon

    instrumentFactory

    kamon facade for making metrics

    definitions

    representations of each kamon metric in this mbean

    objName

    name of the JMX object to monitor

    attrNames

    jmx attributes to query for metric values

    checkInterval

    how often to check for new metric values from this mbean

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. val attrNames: Array[String]

    Permalink

    jmx attributes to query for metric values

  6. val checkInterval: Long

    Permalink

    how often to check for new metric values from this mbean

  7. def cleanup: Unit

    Permalink
    Definition Classes
    GenericEntityRecorder → EntityRecorder
  8. def clone(): AnyRef

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

    Permalink
    Definition Classes
    GenericEntityRecorder → EntityRecorder
  10. def counter(key: CounterKey): Counter

    Permalink
    Attributes
    protected
    Definition Classes
    GenericEntityRecorder
  11. def counter(name: String, unitOfMeasurement: UnitOfMeasurement): Counter

    Permalink
    Attributes
    protected
    Definition Classes
    GenericEntityRecorder
  12. def counter(name: String): Counter

    Permalink
    Attributes
    protected
    Definition Classes
    GenericEntityRecorder
  13. val counters: Map[String, Counter]

    Permalink
  14. val definitions: Seq[MetricDefinition]

    Permalink

    representations of each kamon metric in this mbean

  15. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. def gatherMetrics(): Unit

    Permalink
  19. def gauge(key: GaugeKey, dynamicRange: DynamicRange, refreshInterval: FiniteDuration, valueCollector: CurrentValueCollector): Gauge

    Permalink
    Attributes
    protected
    Definition Classes
    GenericEntityRecorder
  20. def gauge(key: GaugeKey, refreshInterval: FiniteDuration, valueCollector: CurrentValueCollector): Gauge

    Permalink
    Attributes
    protected
    Definition Classes
    GenericEntityRecorder
  21. def gauge(key: GaugeKey, dynamicRange: DynamicRange, valueCollector: CurrentValueCollector): Gauge

    Permalink
    Attributes
    protected
    Definition Classes
    GenericEntityRecorder
  22. def gauge(key: GaugeKey, valueCollector: CurrentValueCollector): Gauge

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

    Permalink
    Attributes
    protected
    Definition Classes
    GenericEntityRecorder
  24. def gauge(name: String, refreshInterval: FiniteDuration, unitOfMeasurement: UnitOfMeasurement, valueCollector: CurrentValueCollector): Gauge

    Permalink
    Attributes
    protected
    Definition Classes
    GenericEntityRecorder
  25. def gauge(name: String, dynamicRange: DynamicRange, unitOfMeasurement: UnitOfMeasurement, valueCollector: CurrentValueCollector): Gauge

    Permalink
    Attributes
    protected
    Definition Classes
    GenericEntityRecorder
  26. def gauge(name: String, dynamicRange: DynamicRange, refreshInterval: FiniteDuration, valueCollector: CurrentValueCollector): Gauge

    Permalink
    Attributes
    protected
    Definition Classes
    GenericEntityRecorder
  27. def gauge(name: String, unitOfMeasurement: UnitOfMeasurement, valueCollector: CurrentValueCollector): Gauge

    Permalink
    Attributes
    protected
    Definition Classes
    GenericEntityRecorder
  28. def gauge(name: String, refreshInterval: FiniteDuration, valueCollector: CurrentValueCollector): Gauge

    Permalink
    Attributes
    protected
    Definition Classes
    GenericEntityRecorder
  29. def gauge(name: String, dynamicRange: DynamicRange, valueCollector: CurrentValueCollector): Gauge

    Permalink
    Attributes
    protected
    Definition Classes
    GenericEntityRecorder
  30. def gauge(name: String, valueCollector: CurrentValueCollector): Gauge

    Permalink
    Attributes
    protected
    Definition Classes
    GenericEntityRecorder
  31. val gauges: Map[String, Gauge]

    Permalink
  32. final def getClass(): Class[_]

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    GenericEntityRecorder
  35. def histogram(name: String, unitOfMeasurement: UnitOfMeasurement): Histogram

    Permalink
    Attributes
    protected
    Definition Classes
    GenericEntityRecorder
  36. def histogram(name: String, dynamicRange: DynamicRange): Histogram

    Permalink
    Attributes
    protected
    Definition Classes
    GenericEntityRecorder
  37. def histogram(name: String): Histogram

    Permalink
    Attributes
    protected
    Definition Classes
    GenericEntityRecorder
  38. val histograms: Map[String, Histogram]

    Permalink
  39. val instrumentFactory: InstrumentFactory

    Permalink

    kamon facade for making metrics

  40. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  41. val log: LoggingAdapter

    Permalink
  42. def makeCounter(mdef: MetricDefinition): Counter

    Permalink
    Attributes
    protected
  43. def makeGauge(mdef: MetricDefinition): Gauge

    Permalink
    Attributes
    protected
  44. def makeHistogram(mdef: MetricDefinition): Histogram

    Permalink
    Attributes
    protected
  45. def makeMinMaxCounter(mdef: MetricDefinition): MinMaxCounter

    Permalink
    Attributes
    protected
  46. def minMaxCounter(key: MinMaxCounterKey, dynamicRange: DynamicRange, refreshInterval: FiniteDuration): MinMaxCounter

    Permalink
    Attributes
    protected
    Definition Classes
    GenericEntityRecorder
  47. def minMaxCounter(key: MinMaxCounterKey, refreshInterval: FiniteDuration): MinMaxCounter

    Permalink
    Attributes
    protected
    Definition Classes
    GenericEntityRecorder
  48. def minMaxCounter(key: MinMaxCounterKey, dynamicRange: DynamicRange): MinMaxCounter

    Permalink
    Attributes
    protected
    Definition Classes
    GenericEntityRecorder
  49. def minMaxCounter(key: MinMaxCounterKey): MinMaxCounter

    Permalink
    Attributes
    protected
    Definition Classes
    GenericEntityRecorder
  50. def minMaxCounter(name: String, dynamicRange: DynamicRange, refreshInterval: FiniteDuration, unitOfMeasurement: UnitOfMeasurement): MinMaxCounter

    Permalink
    Attributes
    protected
    Definition Classes
    GenericEntityRecorder
  51. def minMaxCounter(name: String, refreshInterval: FiniteDuration, unitOfMeasurement: UnitOfMeasurement): MinMaxCounter

    Permalink
    Attributes
    protected
    Definition Classes
    GenericEntityRecorder
  52. def minMaxCounter(name: String, dynamicRange: DynamicRange, unitOfMeasurement: UnitOfMeasurement): MinMaxCounter

    Permalink
    Attributes
    protected
    Definition Classes
    GenericEntityRecorder
  53. def minMaxCounter(name: String, dynamicRange: DynamicRange, refreshInterval: FiniteDuration): MinMaxCounter

    Permalink
    Attributes
    protected
    Definition Classes
    GenericEntityRecorder
  54. def minMaxCounter(name: String, unitOfMeasurement: UnitOfMeasurement): MinMaxCounter

    Permalink
    Attributes
    protected
    Definition Classes
    GenericEntityRecorder
  55. def minMaxCounter(name: String, refreshInterval: FiniteDuration): MinMaxCounter

    Permalink
    Attributes
    protected
    Definition Classes
    GenericEntityRecorder
  56. def minMaxCounter(name: String, dynamicRange: DynamicRange): MinMaxCounter

    Permalink
    Attributes
    protected
    Definition Classes
    GenericEntityRecorder
  57. def minMaxCounter(name: String): MinMaxCounter

    Permalink
    Attributes
    protected
    Definition Classes
    GenericEntityRecorder
  58. val minMaxCounters: Map[String, MinMaxCounter]

    Permalink
  59. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  62. val objName: ObjectName

    Permalink

    name of the JMX object to monitor

  63. def removeCounter(key: CounterKey): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    GenericEntityRecorder
  64. def removeCounter(name: String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    GenericEntityRecorder
  65. def removeGauge(key: GaugeKey): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    GenericEntityRecorder
  66. def removeGauge(name: String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    GenericEntityRecorder
  67. def removeHistogram(name: String, unitOfMeasurement: UnitOfMeasurement): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    GenericEntityRecorder
  68. def removeHistogram(name: String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    GenericEntityRecorder
  69. def removeMinMaxCounter(key: MinMaxCounterKey): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    GenericEntityRecorder
  70. def removeMinMaxCounter(name: String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    GenericEntityRecorder
  71. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  72. val system: ExtendedActorSystem

    Permalink

    actor system used by kamon

  73. def toString(): String

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

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

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

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

Inherited from GenericEntityRecorder

Inherited from EntityRecorder

Inherited from AnyRef

Inherited from Any

Ungrouped