Project

heka

0.0
No commit activity in last 3 years
No release in over 3 years
Ruby client for the Heka application logging and metrics gathering system
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

 Project Readme

Gem Version Build Status Dependency Status Code Climate Coverage Status

Heka

Description

heka is a Ruby client for the "Heka" system of application logging and metrics gathering developed by the [Mozilla Services] (https://wiki.mozilla.org/Services) team. The Heka system is meant to make life easier for application developers with regard to generating and sending logging and analytics data to various destinations. It achieves this goal by separating the concerns of message generation from those of message delivery and analysis. Front end application code no longer has to deal directly with separate back end client libraries, or even know what back end data storage and processing tools are in use. Instead, a message is labeled with a type (and possibly other metadata) and handed to the Heka system, which then handles ultimate message delivery.

More information about how Mozilla Services is using Heka (including what is being used for a router and what endpoints are in use / planning to be used) can be found on the relevant spec page.

Installation

gem install heka

Usage and documentation

(underconstruction.gif)

License

Released under the MIT License. See the LICENSE file for further details.