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 MetricSets, so converting to metricsets in a reporter (group metrics by tags) would introduce some overhead.