Ignite 2.11.0 with ignite-spring-cache-ext

2021-09-21 Thread Mateusz K
Hi Igniters, have ignite-spring-cache-ext artifacts been published? No version seems to be available at https://repo1.maven.org/maven2/org/apache/ignite/ as of today. Relevant repo link: https://github.com/apache/ignite-extensions/tree/master/modules/spring-cache-ext I need it because SpringCach

Re: Ignite 2.11.0 with ignite-spring-cache-ext

2021-09-25 Thread Mateusz K
//lists.apache.org/thread.html/rc165ef3659567ec1ee93502c211bec39feeb6fe9719be15ae97809a2%40%3Cdev.ignite.apache.org%3E > > ср, 22 сент. 2021 г. в 07:49, Mateusz K : > >> Hi Igniters, >> >> have ignite-spring-cache-ext artifacts been published? No version seems >> to

Basic cache statistics for Ignite clusters deployed on Kubernetes

2023-09-06 Thread Mateusz K
Hi, We have a cluster running on Apache Ignite 2.15 version on Kubernetes. Could you please advise how to obtain basic cache and cluster nodes statistics using control.sh script? Ignite Visor is no longer an option (it used to be sufficient for basic insights). I've raised https://github.com/apac

Re: Basic cache statistics for Ignite clusters deployed on Kubernetes

2023-11-17 Thread Mateusz K
; https://ignite.apache.org/docs/latest/tools/control-script#metric-command > > Maybe use the system views to find the names of the metrics (select name > from sys.metrics) and use control.sh to view them? > > > On Wed, 6 Sept 2023 at 08:23, Mateusz K wrote: > >> Hi, >