package extension
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- class AcceptAllPredicate extends QueryExp
-
class
ExportedMBean
extends GenericEntityRecorder
An object that manages a specific dynamic mbean for kamon.
-
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.
-
class
JMXMetricsExtension
extends Extension
A Kamon extension for reading metrics from JMX dynamic mbeans
-
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
- object ExportedMBean
- object ExportedMBeanQuery
- object JMXMetricImporter extends ExtensionId[JMXMetricsExtension] with ExtensionIdProvider
- object MetricDefinition extends Product with Serializable