0.0
Repository is archived
No commit activity in last 3 years
No release in over 3 years
Basic implementation of fb303 for Ruby services
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Runtime

>= 0
 Project Readme

Overview¶ ↑

This is a basic implementation of fb303 for Ruby.

Usage¶ ↑

See ./examples/server

What You Get¶ ↑

Implementations for:

  • getName

  • getVersion

  • getStatus

  • getStatusDetails

  • aliveSince

  • getCounters

  • getCounter

  • shutdown

  • Automatic per-method counters for:

    • success

    • exceptions (total)

    • exceptions (per exception)

Getting it¶ ↑

git clone git://github.com/fredemmott/my_stuff-fb303.git

or

gem install my_stuff-fb303

Copying¶ ↑

See the COPYING file.