[jira] [Updated] (CASSANDRA-7273) expose global ColumnFamily metrics

2014-06-25 Thread Chris Lohfink (JIRA)

 [ 
https://issues.apache.org/jira/browse/CASSANDRA-7273?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chris Lohfink updated CASSANDRA-7273:
-

Attachment: cassandra-trunk.patch

> expose global ColumnFamily metrics
> --
>
> Key: CASSANDRA-7273
> URL: https://issues.apache.org/jira/browse/CASSANDRA-7273
> Project: Cassandra
>  Issue Type: New Feature
>Reporter: Richard Wagner
>Assignee: Chris Lohfink
>Priority: Minor
>  Labels: lhf
> Fix For: 1.2.17
>
> Attachments: 7273-2_1_branch-v1.txt, 7273-2_1_branch-v2.txt, Screen 
> Shot 2014-06-24 at 11.52.41 AM.png, Screen Shot 2014-06-24 at 11.53.47 
> AM.png, cassandra-trunk.patch, v2.tar
>
>
> It would be very useful to have cassandra expose ColumnFamily metrics that 
> span all column families. A general purpose cassandra monitoring system built 
> up around the current ColumnFamily metrics really only has a couple of 
> choices right now: publish metrics for all column families or fetch metrics 
> for all column families, aggregate them and then publish the aggregated 
> metrics. The first can be quite expensive for the downstream monitoring 
> system and the second is a piece of work that it seems is better pushed into 
> cassandra itself.
> Perhaps these global ColumnFamily metrics could be published under a name of:
> org.apache.cassandra.metrics:type=(ColumnFamily|IndexColumnFamily),name=(Metric
>  name)
> (Same as existing ColumnFamily metrics, but with no keyspace or scope.)



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Updated] (CASSANDRA-7273) expose global ColumnFamily metrics

2014-06-24 Thread Chris Lohfink (JIRA)

 [ 
https://issues.apache.org/jira/browse/CASSANDRA-7273?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chris Lohfink updated CASSANDRA-7273:
-

Attachment: Screen Shot 2014-06-24 at 11.53.47 AM.png

> expose global ColumnFamily metrics
> --
>
> Key: CASSANDRA-7273
> URL: https://issues.apache.org/jira/browse/CASSANDRA-7273
> Project: Cassandra
>  Issue Type: New Feature
>Reporter: Richard Wagner
>Assignee: Chris Lohfink
>Priority: Minor
>  Labels: lhf
> Fix For: 1.2.17
>
> Attachments: 7273-2_1_branch-v1.txt, 7273-2_1_branch-v2.txt, Screen 
> Shot 2014-06-24 at 11.52.41 AM.png, Screen Shot 2014-06-24 at 11.53.47 
> AM.png, v2.tar
>
>
> It would be very useful to have cassandra expose ColumnFamily metrics that 
> span all column families. A general purpose cassandra monitoring system built 
> up around the current ColumnFamily metrics really only has a couple of 
> choices right now: publish metrics for all column families or fetch metrics 
> for all column families, aggregate them and then publish the aggregated 
> metrics. The first can be quite expensive for the downstream monitoring 
> system and the second is a piece of work that it seems is better pushed into 
> cassandra itself.
> Perhaps these global ColumnFamily metrics could be published under a name of:
> org.apache.cassandra.metrics:type=(ColumnFamily|IndexColumnFamily),name=(Metric
>  name)
> (Same as existing ColumnFamily metrics, but with no keyspace or scope.)



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Updated] (CASSANDRA-7273) expose global ColumnFamily metrics

2014-06-24 Thread Chris Lohfink (JIRA)

 [ 
https://issues.apache.org/jira/browse/CASSANDRA-7273?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chris Lohfink updated CASSANDRA-7273:
-

Attachment: Screen Shot 2014-06-24 at 11.52.41 AM.png

> expose global ColumnFamily metrics
> --
>
> Key: CASSANDRA-7273
> URL: https://issues.apache.org/jira/browse/CASSANDRA-7273
> Project: Cassandra
>  Issue Type: New Feature
>Reporter: Richard Wagner
>Assignee: Chris Lohfink
>Priority: Minor
>  Labels: lhf
> Fix For: 1.2.17
>
> Attachments: 7273-2_1_branch-v1.txt, 7273-2_1_branch-v2.txt, Screen 
> Shot 2014-06-24 at 11.52.41 AM.png, v2.tar
>
>
> It would be very useful to have cassandra expose ColumnFamily metrics that 
> span all column families. A general purpose cassandra monitoring system built 
> up around the current ColumnFamily metrics really only has a couple of 
> choices right now: publish metrics for all column families or fetch metrics 
> for all column families, aggregate them and then publish the aggregated 
> metrics. The first can be quite expensive for the downstream monitoring 
> system and the second is a piece of work that it seems is better pushed into 
> cassandra itself.
> Perhaps these global ColumnFamily metrics could be published under a name of:
> org.apache.cassandra.metrics:type=(ColumnFamily|IndexColumnFamily),name=(Metric
>  name)
> (Same as existing ColumnFamily metrics, but with no keyspace or scope.)



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Updated] (CASSANDRA-7273) expose global ColumnFamily metrics

2014-06-22 Thread Brandon Williams (JIRA)

 [ 
https://issues.apache.org/jira/browse/CASSANDRA-7273?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Brandon Williams updated CASSANDRA-7273:


Reviewer: Brandon Williams
Assignee: Chris Lohfink  (was: Brandon Williams)

> expose global ColumnFamily metrics
> --
>
> Key: CASSANDRA-7273
> URL: https://issues.apache.org/jira/browse/CASSANDRA-7273
> Project: Cassandra
>  Issue Type: New Feature
>Reporter: Richard Wagner
>Assignee: Chris Lohfink
>Priority: Minor
>  Labels: lhf
> Fix For: 1.2.17
>
> Attachments: 7273-2_1_branch-v1.txt, 7273-2_1_branch-v2.txt, v2.tar
>
>
> It would be very useful to have cassandra expose ColumnFamily metrics that 
> span all column families. A general purpose cassandra monitoring system built 
> up around the current ColumnFamily metrics really only has a couple of 
> choices right now: publish metrics for all column families or fetch metrics 
> for all column families, aggregate them and then publish the aggregated 
> metrics. The first can be quite expensive for the downstream monitoring 
> system and the second is a piece of work that it seems is better pushed into 
> cassandra itself.
> Perhaps these global ColumnFamily metrics could be published under a name of:
> org.apache.cassandra.metrics:type=(ColumnFamily|IndexColumnFamily),name=(Metric
>  name)
> (Same as existing ColumnFamily metrics, but with no keyspace or scope.)



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Updated] (CASSANDRA-7273) expose global ColumnFamily metrics

2014-06-22 Thread Chris Lohfink (JIRA)

 [ 
https://issues.apache.org/jira/browse/CASSANDRA-7273?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chris Lohfink updated CASSANDRA-7273:
-

Attachment: v2.tar

> expose global ColumnFamily metrics
> --
>
> Key: CASSANDRA-7273
> URL: https://issues.apache.org/jira/browse/CASSANDRA-7273
> Project: Cassandra
>  Issue Type: New Feature
>Reporter: Richard Wagner
>Assignee: Brandon Williams
>Priority: Minor
>  Labels: lhf
> Fix For: 1.2.17
>
> Attachments: 7273-2_1_branch-v1.txt, 7273-2_1_branch-v2.txt, v2.tar
>
>
> It would be very useful to have cassandra expose ColumnFamily metrics that 
> span all column families. A general purpose cassandra monitoring system built 
> up around the current ColumnFamily metrics really only has a couple of 
> choices right now: publish metrics for all column families or fetch metrics 
> for all column families, aggregate them and then publish the aggregated 
> metrics. The first can be quite expensive for the downstream monitoring 
> system and the second is a piece of work that it seems is better pushed into 
> cassandra itself.
> Perhaps these global ColumnFamily metrics could be published under a name of:
> org.apache.cassandra.metrics:type=(ColumnFamily|IndexColumnFamily),name=(Metric
>  name)
> (Same as existing ColumnFamily metrics, but with no keyspace or scope.)



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Updated] (CASSANDRA-7273) expose global ColumnFamily metrics

2014-06-21 Thread Chris Lohfink (JIRA)

 [ 
https://issues.apache.org/jira/browse/CASSANDRA-7273?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chris Lohfink updated CASSANDRA-7273:
-

Attachment: 7273-2_1_branch-v2.txt

> expose global ColumnFamily metrics
> --
>
> Key: CASSANDRA-7273
> URL: https://issues.apache.org/jira/browse/CASSANDRA-7273
> Project: Cassandra
>  Issue Type: New Feature
>Reporter: Richard Wagner
>Assignee: Brandon Williams
>Priority: Minor
>  Labels: lhf
> Fix For: 1.2.17
>
> Attachments: 7273-2_1_branch-v1.txt, 7273-2_1_branch-v2.txt
>
>
> It would be very useful to have cassandra expose ColumnFamily metrics that 
> span all column families. A general purpose cassandra monitoring system built 
> up around the current ColumnFamily metrics really only has a couple of 
> choices right now: publish metrics for all column families or fetch metrics 
> for all column families, aggregate them and then publish the aggregated 
> metrics. The first can be quite expensive for the downstream monitoring 
> system and the second is a piece of work that it seems is better pushed into 
> cassandra itself.
> Perhaps these global ColumnFamily metrics could be published under a name of:
> org.apache.cassandra.metrics:type=(ColumnFamily|IndexColumnFamily),name=(Metric
>  name)
> (Same as existing ColumnFamily metrics, but with no keyspace or scope.)



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Updated] (CASSANDRA-7273) expose global ColumnFamily metrics

2014-06-16 Thread Chris Lohfink (JIRA)

 [ 
https://issues.apache.org/jira/browse/CASSANDRA-7273?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Chris Lohfink updated CASSANDRA-7273:
-

Attachment: 7273-2_1_branch-v1.txt

> expose global ColumnFamily metrics
> --
>
> Key: CASSANDRA-7273
> URL: https://issues.apache.org/jira/browse/CASSANDRA-7273
> Project: Cassandra
>  Issue Type: New Feature
>Reporter: Richard Wagner
>Assignee: Brandon Williams
>Priority: Minor
>  Labels: lhf
> Fix For: 1.2.17
>
> Attachments: 7273-2_1_branch-v1.txt
>
>
> It would be very useful to have cassandra expose ColumnFamily metrics that 
> span all column families. A general purpose cassandra monitoring system built 
> up around the current ColumnFamily metrics really only has a couple of 
> choices right now: publish metrics for all column families or fetch metrics 
> for all column families, aggregate them and then publish the aggregated 
> metrics. The first can be quite expensive for the downstream monitoring 
> system and the second is a piece of work that it seems is better pushed into 
> cassandra itself.
> Perhaps these global ColumnFamily metrics could be published under a name of:
> org.apache.cassandra.metrics:type=(ColumnFamily|IndexColumnFamily),name=(Metric
>  name)
> (Same as existing ColumnFamily metrics, but with no keyspace or scope.)



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Updated] (CASSANDRA-7273) expose global ColumnFamily metrics

2014-05-28 Thread Brandon Williams (JIRA)

 [ 
https://issues.apache.org/jira/browse/CASSANDRA-7273?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Brandon Williams updated CASSANDRA-7273:


Fix Version/s: 1.2.17

> expose global ColumnFamily metrics
> --
>
> Key: CASSANDRA-7273
> URL: https://issues.apache.org/jira/browse/CASSANDRA-7273
> Project: Cassandra
>  Issue Type: New Feature
>Reporter: Richard Wagner
>Priority: Minor
>  Labels: lhf
> Fix For: 1.2.17
>
>
> It would be very useful to have cassandra expose ColumnFamily metrics that 
> span all column families. A general purpose cassandra monitoring system built 
> up around the current ColumnFamily metrics really only has a couple of 
> choices right now: publish metrics for all column families or fetch metrics 
> for all column families, aggregate them and then publish the aggregated 
> metrics. The first can be quite expensive for the downstream monitoring 
> system and the second is a piece of work that it seems is better pushed into 
> cassandra itself.
> Perhaps these global ColumnFamily metrics could be published under a name of:
> org.apache.cassandra.metrics:type=(ColumnFamily|IndexColumnFamily),name=(Metric
>  name)
> (Same as existing ColumnFamily metrics, but with no keyspace or scope.)



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Updated] (CASSANDRA-7273) expose global ColumnFamily metrics

2014-05-20 Thread Brandon Williams (JIRA)

 [ 
https://issues.apache.org/jira/browse/CASSANDRA-7273?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Brandon Williams updated CASSANDRA-7273:


Labels: lhf  (was: )

> expose global ColumnFamily metrics
> --
>
> Key: CASSANDRA-7273
> URL: https://issues.apache.org/jira/browse/CASSANDRA-7273
> Project: Cassandra
>  Issue Type: New Feature
>Reporter: Richard Wagner
>Priority: Minor
>  Labels: lhf
>
> It would be very useful to have cassandra expose ColumnFamily metrics that 
> span all column families. A general purpose cassandra monitoring system built 
> up around the current ColumnFamily metrics really only has a couple of 
> choices right now: publish metrics for all column families or fetch metrics 
> for all column families, aggregate them and then publish the aggregated 
> metrics. The first can be quite expensive for the downstream monitoring 
> system and the second is a piece of work that it seems is better pushed into 
> cassandra itself.
> Perhaps these global ColumnFamily metrics could be published under a name of:
> org.apache.cassandra.metrics:type=(ColumnFamily|IndexColumnFamily),name=(Metric
>  name)
> (Same as existing ColumnFamily metrics, but with no keyspace or scope.)



--
This message was sent by Atlassian JIRA
(v6.2#6252)