You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Chris Burroughs (JIRA)" <ji...@apache.org> on 2012/07/09 19:54:34 UTC

[jira] [Created] (CASSANDRA-4430) optional pluggable o.a.c.metrics reporters

Chris Burroughs created CASSANDRA-4430:
------------------------------------------

             Summary: optional pluggable o.a.c.metrics reporters
                 Key: CASSANDRA-4430
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-4430
             Project: Cassandra
          Issue Type: Improvement
          Components: Core
            Reporter: Chris Burroughs
            Priority: Minor
             Fix For: 1.2


CASSANDRA-4009  expanded the use of the metrics library which has a set of reporter modules http://metrics.codahale.com/manual/core/#reporters  You can report to flat files, ganglia, spit everything over http, etc.  The next step is a mechanism for using those reporters with  o.a.c.metrics.  To avoid bundling everything I suggest following the mx4j approach of "enable only if on classpath coupled with a reporter configuration file.

Strawman file:
{noformat}
console:
  time: 1
  timeunit: "seconds"
csv:
 - time: 1
   timeunit: minutes
   file: foo.csv
 - time: 10
   timeunit: seconds
    file: bar.csv
ganglia:
 - time: 30
   timunit: seconds
   host: server-1
   port: 8649
 - time: 30
   timunit: seconds
   host: server-2
   port: 8649
{noformat}

 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (CASSANDRA-4430) optional pluggable o.a.c.metrics reporters

Posted by "Jonathan Ellis (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CASSANDRA-4430?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Ellis updated CASSANDRA-4430:
--------------------------------------

    Fix Version/s:     (was: 1.2.0)
    
> optional pluggable o.a.c.metrics reporters
> ------------------------------------------
>
>                 Key: CASSANDRA-4430
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-4430
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Core
>            Reporter: Chris Burroughs
>            Priority: Minor
>
> CASSANDRA-4009  expanded the use of the metrics library which has a set of reporter modules http://metrics.codahale.com/manual/core/#reporters  You can report to flat files, ganglia, spit everything over http, etc.  The next step is a mechanism for using those reporters with  o.a.c.metrics.  To avoid bundling everything I suggest following the mx4j approach of "enable only if on classpath coupled with a reporter configuration file.
> Strawman file:
> {noformat}
> console:
>   time: 1
>   timeunit: "seconds"
> csv:
>  - time: 1
>    timeunit: minutes
>    file: foo.csv
>  - time: 10
>    timeunit: seconds
>     file: bar.csv
> ganglia:
>  - time: 30
>    timunit: seconds
>    host: server-1
>    port: 8649
>  - time: 30
>    timunit: seconds
>    host: server-2
>    port: 8649
> {noformat}
>  

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (CASSANDRA-4430) optional pluggable o.a.c.metrics reporters

Posted by "Chris Burroughs (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CASSANDRA-4430?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13500282#comment-13500282 ] 

Chris Burroughs commented on CASSANDRA-4430:
--------------------------------------------

https://github.com/addthis/metrics-reporter-config <-- library, needs integration
                
> optional pluggable o.a.c.metrics reporters
> ------------------------------------------
>
>                 Key: CASSANDRA-4430
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-4430
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Core
>            Reporter: Chris Burroughs
>            Priority: Minor
>
> CASSANDRA-4009  expanded the use of the metrics library which has a set of reporter modules http://metrics.codahale.com/manual/core/#reporters  You can report to flat files, ganglia, spit everything over http, etc.  The next step is a mechanism for using those reporters with  o.a.c.metrics.  To avoid bundling everything I suggest following the mx4j approach of "enable only if on classpath coupled with a reporter configuration file.
> Strawman file:
> {noformat}
> console:
>   time: 1
>   timeunit: "seconds"
> csv:
>  - time: 1
>    timeunit: minutes
>    file: foo.csv
>  - time: 10
>    timeunit: seconds
>     file: bar.csv
> ganglia:
>  - time: 30
>    timunit: seconds
>    host: server-1
>    port: 8649
>  - time: 30
>    timunit: seconds
>    host: server-2
>    port: 8649
> {noformat}
>  

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (CASSANDRA-4430) optional pluggable o.a.c.metrics reporters

Posted by "Jonathan Ellis (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CASSANDRA-4430?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13501897#comment-13501897 ] 

Jonathan Ellis commented on CASSANDRA-4430:
-------------------------------------------

Not quite sure what to make of that last comment tbh. :)
                
> optional pluggable o.a.c.metrics reporters
> ------------------------------------------
>
>                 Key: CASSANDRA-4430
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-4430
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: Core
>            Reporter: Chris Burroughs
>            Priority: Minor
>
> CASSANDRA-4009  expanded the use of the metrics library which has a set of reporter modules http://metrics.codahale.com/manual/core/#reporters  You can report to flat files, ganglia, spit everything over http, etc.  The next step is a mechanism for using those reporters with  o.a.c.metrics.  To avoid bundling everything I suggest following the mx4j approach of "enable only if on classpath coupled with a reporter configuration file.
> Strawman file:
> {noformat}
> console:
>   time: 1
>   timeunit: "seconds"
> csv:
>  - time: 1
>    timeunit: minutes
>    file: foo.csv
>  - time: 10
>    timeunit: seconds
>     file: bar.csv
> ganglia:
>  - time: 30
>    timunit: seconds
>    host: server-1
>    port: 8649
>  - time: 30
>    timunit: seconds
>    host: server-2
>    port: 8649
> {noformat}
>  

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira