Regarding Micrometer Extension #43881
-
Hey, Now, I thought of two approaches here: Second, I'm trying right now and got stuck with it. Code below:
This is in the runtime module, The question is what will be in the buildstep in the deployment module which will use this recorder to give me heap metrics or whatever I wrote in |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
/cc @brunobat (micrometer), @ebullient (micrometer) |
Beta Was this translation helpful? Give feedback.
Thank you for your answers. I resolved my issue. I use
BuildProducer<MetricsFactoryConsumerBuildItem>
in buildstep and add metrics in the recorder by overriding theaccept()
method.