Skip to content
Discussion options

You must be logged in to vote

Substrate VM does not (to my knowledge) support MemoryPoolMXBeans (oracle/graal#4510)

Quarkus avoids loading this binder:

Which would no-op itself at bind time because the MemoryPoolMxBeans aren't present):
https://github.com/micrometer-metrics/micrometer/blob/fd775bf43c15b4e0d25d8eea18112ef1510069c8/micrometer-core/src/main/java/io/micrometer/core/instrument/binder/jvm/JvmGcMetrics.java#L250

So any metrics emitted by that binder won't be present in native image. Others might not fail, but may not be populated.

See …

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@fage88
Comment options

Answer selected by fage88
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants