Re: Ignite 2.8.1 - JMX scrape failed: java.lang.IllegalArgumentException

2021-10-27 Thread Stephen Darlington
throw e; > } > } > > > > - > Regards, > Prasad Kommoju > > From: Stephen Darlington > Sent: Tuesday, October 26, 2021 1:42 AM > To: user@ignite.apache.org > Subject:

RE: Ignite 2.8.1 - JMX scrape failed: java.lang.IllegalArgumentException

2021-10-26 Thread Prasad Kommoju
ttxn.rollback(); throw e; } } - Regards, Prasad Kommoju From: Stephen Darlington Sent: Tuesday, October 26, 2021 1:42 AM To: user@ignite.apache.org Subject: Re: Ignite 2.8.1 - JMX scrape failed: java.lang.IllegalArgumentException Why not switch to the OpenCen

Re: Ignite 2.8.1 - JMX scrape failed: java.lang.IllegalArgumentException

2021-10-26 Thread Stephen Darlington
Why not switch to the OpenCensus exporter for Ignite? https://ignite.apache.org/docs/latest/monitoring-metrics/new-metrics-system#opencensus For the JMX exporter, there appears to be a blacklistObjectNames you can use to exclude certain metrics. Regards, Stephen > On 25 Oct 2021, at 18:44, Dev

Ignite 2.8.1 - JMX scrape failed: java.lang.IllegalArgumentException

2021-10-25 Thread Devin Bost
Hi, I noticed that we're getting a flood of these exceptions, and it looks like Ignite 2.8.1 claimed to fix the issue. However, we are running 2.8.1, and we're still seeing the issue. It looks to be the same issue that was discussed here: https://github.com/prometheus/jmx_exporter/issues/501 and