zync
https://github.com/3scale/zync
Ruby
Zync takes your 3scale data and pushes it somewhere else, reliably.
Prometheus::QueStats::JobStats#ready
No Docs, write some!
Edit
git clone [email protected]:3scale/zync.git
cd zync
open lib/prometheus/que_stats.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-Prometheus--QueStats--JobStats-ready-for-pr
# Commit to gitgit add lib/prometheus/que_stats.rbgit commit -m "better docs for Prometheus::QueStats::JobStats#ready"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-Prometheus--QueStats--JobStats-ready-for-pr
hub pull-request
# Celebrate!