The project is in a healthy, maintained state
Easy collect your TableSync metrics.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

Yabeda::RabbitMessaging

Built-in metrics for TableSync out of the box! Patch rabbit_messaging gem. Works through Yabeda Framework.

Installation

Put gem in your Gemfile after rabbit_messaging gem.

gem "rabbit_messaging"
gem "table_sync"
...
gem "yabeda-rabbit_messaging"

And then execute:

  $ bundle

After application launch gem patch Rabbit::Receiving::Job class to collect the metrics.

Metrics

Metrics representing state of TableSync receiving jobs processing:

  • Total number of executed jobs: rabbit_messages_total (segmented by exchange, routing_key and success status)
  • Duration of executed jobs: rabbit_messages_duration (segmented by exchange, routing_key and success status)

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/umbrellio/yabeda-rabbit_messaging.

License

Released under MIT License.

Authors

Team Umbrellio


Supported by Umbrellio