Re: Cannot disable system view JMX exporter via configuration

2021-06-02 Thread tsipporah22
An update on the workaround. I'm now using below whitelist in my prometheus.yaml as previous workaround filtered out all spark driver and executor metrics: whitelistObjectNames: - "metrics:name=*" -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Re: Ignite throws "Failed to resolve class name" Exception

2021-05-26 Thread tsipporah22
Hi Ilya, Sorry I get back to you late. I have key-value classes on the server node. The peer class loading is enabled. I'm not getting this error consistently so it's hard to reproduce. Below is the code snippet that throws the error: First I got CacheState object with tableName as the key:

Ignite throws "Failed to resolve class name" Exception

2021-05-07 Thread tsipporah22
Hi experts, I'm running ignite server node in k8s and recently I upgraded ignite to 2.10.0. Ignite is started with below command: /opt/rta/os/jre/bin/java -XX:+AggressiveOpts -Djava.net.preferIPv4Stack=true -XX:+UseG1GC -XX:+DisableExplicitGC -Dfile.encoding=UTF-8 -DIGNITE_QUIET=false

Re: Cannot disable system view JMX exporter via configuration

2021-04-26 Thread tsipporah22
Thanks for the reply. As a workaround, now I'm adding below whitelist to my prometheus.yaml and it's working. whitelistObjectNames: - "java.lang:type=OperatingSystem" - "java.lang:type=Threading" - "java.lang:type=Memory" tsippo -- Sent from:

Cannot disable system view JMX exporter via configuration

2021-04-08 Thread tsipporah22
Hi experts, I have a question regarding setting system view JMX exporter via configuration. When I was using ignite 2.8.0 I had problem using prometheus jmx exporter to export metrics, with same issue described here https://issues.apache.org/jira/browse/IGNITE-13996 . And the workaround provided