Re: Enabling cache statistics does not seems to work cache created thru SQL with a cache template

2020-12-31 Thread Ilya Kasnacheev
Hello! I think you need to check the new metrics: https://ignite.apache.org/docs/latest/monitoring-metrics/new-metrics You can then export them with OpenCensus. Regards, -- Ilya Kasnacheev вт, 29 дек. 2020 г. в 09:51, Naveen : > Yeah, it works > > >

Re: Enabling cache statistics does not seems to work cache created thru SQL with a cache template

2020-12-28 Thread Naveen
Yeah, it works {"successStatus":0,"affinityNodeId":null,"error":null,"sessionToken":"F4BBC58F2EDE4343BB3022DAA8EDB0FB","response":{"reads":0,"writes":30,"hits":0,"misses":0}} But the reads count is not changed, though I read the cache thru scanquery, SQL and java getCache API thru BinaryObject,

Re: Enabling cache statistics does not seems to work cache created thru SQL with a cache template

2020-12-28 Thread Ilya Kasnacheev
Hello! I have just checked the example, and I can definitely see something: ~/Downloads/apache-ignite-slim-2.9.0-bin% curl -q ' http://localhost:8080/ignite?cmd=cache=TEST_STATS1'

Enabling cache statistics does not seems to work cache created thru SQL with a cache template

2020-12-24 Thread Naveen
HI Created a cache template mentioned like below And created