[
https://issues.apache.org/jira/browse/PHOENIX-5837?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17082799#comment-17082799
]
vikas meka commented on PHOENIX-5837:
-------------------------------------
The current plan is to add the following metrics from Global phoenix metrics to
TableLevel phoenix metrics
# Mutation Batch Size.
# Mutation Bytes
# Mutation Batch Failed size.
# Mutation Sql Counter.
# Query Timeout counter.
# Query Failed counter
# Number of Parallel scans.
# Scan bytes.
# Select sql Counter
# Tasks Executed Counter.
> Table Level Phoenix Metrics Implementation.
> -------------------------------------------
>
> Key: PHOENIX-5837
> URL: https://issues.apache.org/jira/browse/PHOENIX-5837
> Project: Phoenix
> Issue Type: Task
> Reporter: vikas meka
> Priority: Major
> Labels: metric-collector, metrics
>
> currently GlobalClient Metrics provide aggregated information about the usage
> of the application in-terms of total no. of reads, total no. of writes, total
> number of failures, total no.of failures etc. In some scenarios these
> counters do not provide much useful insights into Phoenix usage pattern.
> The task is to add TableLevel Phoenix metrics on top of Global Phoenix
> metrics which would be helpful in analyzing the reads/writes/deletes on a
> table.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)