hbase/hbase-hadoop2-compat/src
Josh Elser fa5473c299 HBASE-19285 Implements table-level latency histograms
For a egionserver's view of a table (the regions
that belong to a table hosted on a regionserver),
this change tracks the latencies of operations that
affect the regions for this table.

Tracking at the per-table level avoids the memory bloat
and performance impact that accompanied the previous
per-region latency metrics while still providing important
details for operators to consume.

Signed-Off-By: Andrew Purtell <apurtell@apache.org>
2017-12-01 17:34:43 -05:00
..
main HBASE-19285 Implements table-level latency histograms 2017-12-01 17:34:43 -05:00
test HBASE-19285 Implements table-level latency histograms 2017-12-01 17:34:43 -05:00