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.

Source | Google | Stack overflow

Edit

git clone [email protected]:veraticus/dynamoid.git

cd dynamoid

open

Contribute

# Make a new branch

git checkout -b -your-name--update-docs-Gitlab--Metrics--Transaction-add_event-for-pr


# Commit to git

git add git commit -m "better docs for Gitlab::Metrics::Transaction#add_event"


# Open pull request

gem 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!