Interface | Description |
---|---|
MetricProvider |
Provides metrics to the metrics system.
|
MetricsCollector |
Used by implementations of
MetricProvider to provide metrics to Metrics . |
Class | Description |
---|---|
Metric |
Represents a measured value, recorded by the metrics framework.
|
Metrics |
Collects and stores metrics for various parts of the system.
|
SystemMetricProvider |
Provides core metrics for the operating system, the Java Virtual Machine and central frameworks.
|
Enum | Description |
---|---|
MetricState |
Represents an interpretation of a measured metric.
|
Defines a discovery interface MetricProvider
which is found and monitored
by Metrics
. The SystemMetricProvider
uses Sigar and JMX to provide some basic metrics for the JVM and the underlying machine.
Limits for all metrics can be defined in the system configuration under health.limits.[metric]:
Eache module which provides metrics normally also defines some default limits in its component-[name].conf.
Copyright © 2018. All rights reserved.