Hello Community , I recently upgraded to ignite 2.16 and the previous problem of jmx metrics not being exported is now resolved in 2.16 . However now i am trying to export ignite cache metrics , jmv metrics , Partition Map Exchange metrics ,Compute Jobs metrics ,Thread Pools metrics , Communication metrics, IODiscovery , IOCluster metrics with my custom rules . I am noticing large delay while metrics scrap (scrapinterval is 3 minutes and scraptimeout is 2 minutes )
Is it normal to take this much time to scrap metrics through prometheus jmx-exporter ? Is there any way to reduce scrap time ? sample rule for exporting cache metrics - pattern: "org.apache<clsLdr=(.+), group=(cache), name=(.*)><>(Cache.*):"
