Hi, we enabled the jmx exporter with the command, in ignite cli: cluster config update ignite.metrics.exporters.myJmxExporter.exporterName=jmx
And we can see the beans present, using jmxterm. However, our configured endpoint never outputs those metrics. After enabling more detailed logging on the prometheus exporter side, we can see many variations of the message: io.prometheus.jmx.JmxScraper | org.apache.ignite:nodeName=node1,type=metrics,group=topology,name=local object [java.lang.String] isn't an instance javax.management.Attribute, skipping This for all kinds of attributes/types (not just String). We were (successfully) using version 2.14 and are now upgrading to 3.1.0. Is there any configuration we missed? Thanks in advance, Pedro Rocha
