A jmh example - comparing micrometer and native prometheus performance
mvn clean verify
java -jar target/benchmarks.jar
Benchmark Mode Cnt Score Error Units
MyBenchmark.micrometer thrpt 25 8356178.553 ± 68904.889 ops/s
MyBenchmark.prometheus thrpt 25 19118595.932 ± 150137.336 ops/s