Howdy.  Just wanted to send out some info about a few new services we've
open-sourced for use with our Trapperkeeper service framework recently.

trapperkeeper-metrics:
https://github.com/puppetlabs/trapperkeeper-metrics

This service manages configuration and life cycle of a MetricRegistry (from
https://github.com/dropwizard/metrics), so that you can easily manage
metrics across all of your TK services.

trapperkeeper-status:
https://github.com/puppetlabs/trapperkeeper-status

This service gives you a simple API to register a 'status' callback for all
of your other TK services.  It also provides a simple web endpoint for
exposing all of the status information for all of your services; when a
user hits the 'status' HTTP endpoint, all of your registered callbacks are
called.  The callbacks need only return a map of status information, and
the status service will handle the aggregation / presentation of all of the
data over HTTP.  Useful for monitoring / health checks / etc.

To see an updated list of some of the other recent projects we've released
related to Trapperkeeper, have a look at the updated README:

https://github.com/puppetlabs/trapperkeeper#related-projects

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to