Re: Metrics and Phoenix
I think you want scan_next_rate for reads and mutate_rate for writes. > On Jul 26, 2017, at 3:53 AM, Batyrshin Alexander <0x62...@gmail.com> wrote: > > >> On 26 Jul 2017, at 12:49, Batyrshin Alexander <0x62...@gmail.com> wrote: >> >> Hello, >> Im collecting metrics from region servers - >> readRequestCount/writeRequestCount. >> The problem is that Phoenix SELECT is not affects >> readRequestCount/writeRequestCount. >> Is this normal? If yes then which HBase metrics are affected by SELECT >> statements? > > > I should be more specific. Im issuing 'SELECT count(*)' statement
Re: Metrics and Phoenix
> On 26 Jul 2017, at 12:49, Batyrshin Alexander <0x62...@gmail.com> wrote: > > Hello, > Im collecting metrics from region servers - > readRequestCount/writeRequestCount. > The problem is that Phoenix SELECT is not affects > readRequestCount/writeRequestCount. > Is this normal? If yes then which HBase metrics are affected by SELECT > statements? I should be more specific. Im issuing 'SELECT count(*)' statement
Metrics and Phoenix
Hello, Im collecting metrics from region servers - readRequestCount/writeRequestCount. The problem is that Phoenix SELECT is not affects readRequestCount/writeRequestCount. Is this normal? If yes then which HBase metrics are affected by SELECT statements?