Packages

p

kamon.jmx

extension

package extension

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. class AcceptAllPredicate extends QueryExp
  2. class ExportedMBean extends GenericEntityRecorder

    An object that manages a specific dynamic mbean for kamon.

  3. class ExportedMBeanQuery extends Actor

    Uses a jmx query to find dynamic mbeans and registers them to be listened to by kamon.

    Uses a jmx query to find dynamic mbeans and registers them to be listened to by kamon. This is the object that actually moves metrics from JMX into Kamon.

  4. class JMXMetricsExtension extends Extension

    A Kamon extension for reading metrics from JMX dynamic mbeans

  5. case class MetricDefinition (metricType: MetricType, name: String, unitOfMeasure: UnitOfMeasurement, range: Option[DynamicRange] = None, refreshInterval: Option[FiniteDuration] = None, valueCollector: Option[CurrentValueCollector] = None) extends Product with Serializable

    This call represents one kamon metric which can be a counter, gauge, histogram or min-max counter.

    This call represents one kamon metric which can be a counter, gauge, histogram or min-max counter. It allows a metric to be represented in a config file.

Value Members

  1. object ExportedMBean
  2. object ExportedMBeanQuery
  3. object JMXMetricImporter extends ExtensionId[JMXMetricsExtension] with ExtensionIdProvider
  4. object MetricDefinition extends Product with Serializable

Ungrouped