apm
This code is a sample implementation of a very basic APM system, written for an article that looks at the basics of how to do this implementation for The Relicans blog: https://www.therelicans.com/wyhaines/the-basicest-basics-of-how-an-apm-system-works-847
Refer to that article for the full details on what is found here.
Installation
-
Add the dependency to your
shard.yml
:dependencies: apm: github: your-github-user/apm
-
Run
shards install
Usage
require "apm"
Contributing
- Fork it (https://github.com/wyhaines/apm-therelicans/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
Contributors
- Kirk Haines - creator and maintainer