I think you want scan_next_rate for reads and mutate_rate for writes.
> On Jul 26, 2017, at 3:53 AM, Batyrshin Alexander <[email protected]> wrote: > > >> On 26 Jul 2017, at 12:49, Batyrshin Alexander <[email protected]> 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
