Sha256: 4b98ddf21544e5faa6ad0090f803747113b46f5c8fe54bd50fc2bf80196914de

Contents?: true

Size: 991 Bytes

Versions: 19

Compression:

Stored size: 991 Bytes

Contents

= graphiterb

Fast, Ubiquitous dashboard logging with Graphite.

<pre>
    # in initialize, perhaps
    self.sender = Graphiterb::GraphiteSender
   
    # ... somewhere else ...
    sender.send( ['webserver.pages', pages_this_hour], ['webserver.errors', errors_this_hour] )
</pre>

... and also see the examples, like bin/loadavg_graphite_sender.rb

Uses:
* "Graphite":http://graphite.wikidot.com

Depends on:
* "Configliere":http://github.com/mrflip/configliere

h2. Other

h3. Note on Patches/Pull Requests
 
* Fork the project.
* Make your feature addition or bug fix.
* Add tests for it. This is important so I don't break it in a
  future version unintentionally.
* Commit, do not mess with rakefile, version, or history.
  (if you want to have your own version, that is fine but bump version in a commit by itself I can ignore when I pull)
* Send me a pull request. Bonus points for topic branches.

h3. Copyright

Copyright (c) 2010 Infochimps (@infochimps). See LICENSE for details.

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
graphiterb-0.2.13 README.textile
graphiterb-0.2.12 README.textile
graphiterb-0.2.11 README.textile
graphiterb-0.2.10 README.textile
graphiterb-0.2.9 README.textile
graphiterb-0.2.7 README.textile
graphiterb-0.2.6 README.textile
graphiterb-0.2.5 README.textile
graphiterb-0.2.4 README.textile
graphiterb-0.2.3 README.textile
graphiterb-0.2.2 README.textile
graphiterb-0.2.1 README.textile
graphiterb-0.2.0 README.textile
graphiterb-0.1.5 README.textile
graphiterb-0.1.4 README.textile
graphiterb-0.1.3 README.textile
graphiterb-0.1.2 README.textile
graphiterb-0.1.1 README.textile
graphiterb-0.1.0 README.textile