You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by "Sucwinder Bassi (JIRA)" <ji...@apache.org> on 2016/05/20 12:19:13 UTC

[jira] [Created] (ATLAS-816) Include keyspace and table names in the output of cluster metrics where possible

Sucwinder Bassi created ATLAS-816:
-------------------------------------

             Summary: Include keyspace and table names in the output of cluster metrics where possible
                 Key: ATLAS-816
                 URL: https://issues.apache.org/jira/browse/ATLAS-816
             Project: Atlas
          Issue Type: Improvement
            Reporter: Sucwinder Bassi
            Priority: Minor


Feature request: Cluster metrics should include keyspace and tablename where possible.

For example, for read repair metrics

Metric name (from cluster): 
llds.cassandra.llds_1_acc.cluster.dcr.lrv140gh.org.apache.cassandra.metrics.ReadRepair.RepairedBlocking.count

Proposed (added <Keyspace Name>.<Table Name>): 
llds.cassandra.llds_1_acc.cluster.dcr.lrv140gh.org.apache.cassandra.metrics.ReadRepair.<Keyspace Name>.<Table Name>.RepairedBlocking.count

It would be beneficial to add <Keyspace Name>.<Table Name> where possible in the metrics as this will help narrow down the investigation and remove guess work as to which object is being impacted.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)