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