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

  1. Add the dependency to your shard.yml:

    dependencies:
      apm:
        github: your-github-user/apm
  2. Run shards install

Usage

require "apm"

Contributing

  1. Fork it (https://github.com/wyhaines/apm-therelicans/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors