Package co.elastic.apm.agent.metrics.builtin
We can't use micrometer directly as it does not support Java 7 which we want to support with the Java agent
Also, micrometer does not have a native concept of
MetricSet
s,
so converting to metricsets in a reporter (group metrics by tags) would introduce some overhead.-
Class Summary Class Description CGroupMetrics Record metrics related to the CGroup Usage.JvmGcMetrics JvmMemoryMetrics SystemMetrics Record metrics related to the CPU and memory, gathered by the JVM.ThreadMetrics