dynamoid
https://github.com/veraticus/dynamoid
Ruby ORM for Amazon's DynamoDB
Gitlab::Metrics::Transaction#add_event
Tracks a business level event Business level events including events such as Git pushes, Emails being sent, etc. event_name - The name of the event (e.g. "git_push"). tags - A set of tags to attach to the event.
Edit
git clone [email protected]:veraticus/dynamoid.git
cd dynamoid
open
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-Gitlab--Metrics--Transaction-add_event-for-pr
# Commit to gitgit add git commit -m "better docs for Gitlab::Metrics::Transaction#add_event"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-Gitlab--Metrics--Transaction-add_event-for-pr
hub pull-request
# Celebrate!