Re: IGNITE-1071 IgniteCache.metrics() method returns local metrics

2016-03-24 Thread Dmitriy Setrakyan
On Thu, Mar 24, 2016 at 5:35 AM, Anton Vinogradov wrote: > Do we need local metrics at IgniteCache? > Yes, I don’t see any reason why not. Let’s just follow the naming pattern and prefix all local methods with the word “local”. > > On Thu, Mar 24, 2016 at 3:02 PM, Vladimir Ozerov > wrote: > >

Re: IGNITE-1071 IgniteCache.metrics() method returns local metrics

2016-03-24 Thread Anton Vinogradov
Do we need local metrics at IgniteCache? On Thu, Mar 24, 2016 at 3:02 PM, Vladimir Ozerov wrote: > + 1 to Anton and Alexey suggestions. Having both local and global MBeans > should do the trick. > > On Thu, Mar 24, 2016 at 2:47 PM, Alexey Kuznetsov > > wrote: > > > Could we have local and globa

Re: IGNITE-1071 IgniteCache.metrics() method returns local metrics

2016-03-24 Thread Vladimir Ozerov
+ 1 to Anton and Alexey suggestions. Having both local and global MBeans should do the trick. On Thu, Mar 24, 2016 at 2:47 PM, Alexey Kuznetsov wrote: > Could we have local and global MBeans? > Or local and global metrics inside same MBean? > > On Thu, Mar 24, 2016 at 6:26 PM, Anton Vinogradov <

Re: IGNITE-1071 IgniteCache.metrics() method returns local metrics

2016-03-24 Thread Alexey Kuznetsov
Could we have local and global MBeans? Or local and global metrics inside same MBean? On Thu, Mar 24, 2016 at 6:26 PM, Anton Vinogradov wrote: > Hello, > > I'd like to discuss > IGNITE-1071 IgniteCache.metrics() method returns local metrics > >