Stephen Mallette created CASSANDRA-15909:
--------------------------------------------

             Summary: Make Table/Keyspace Metric Names Consistent With Each 
Other
                 Key: CASSANDRA-15909
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-15909
             Project: Cassandra
          Issue Type: Improvement
          Components: Observability/Metrics
            Reporter: Stephen Mallette
            Assignee: Stephen Mallette


As part of CASSANDRA-15821 it became apparent that certain metric names found 
in keyspace and tables had different names but were in fact the same metric - 
they are as follows:

* Table.SyncTime == Keyspace.RepairSyncTime
* Table.RepairedDataTrackingOverreadRows == Keyspace.RepairedOverreadRows
* Table.RepairedDataTrackingOverreadTime == Keyspace.RepairedOverreadTime
* Table.AllMemtablesHeapSize == Keyspace.AllMemtablesOnHeapDataSize
* Table.AllMemtablesOffHeapSize == Keyspace.AllMemtablesOffHeapDataSize
* Table.MemtableOnHeapSize == Keyspace.MemtableOnHeapDataSize
* Table.MemtableOffHeapSize == Keyspace.MemtableOffHeapDataSize

Unifying this naming would help make metrics more consistent as part of 
CASSANDRA-15582



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to