README.md

<h1 align="center">Alchemetrics</h1>

<p align="center">
  <img alt="Playkit" src="https://github.com/globocom/alchemetrics/blob/master/assets/alchemetrics.png?raw=true" width="128">
</p>

<p align="center">
  Elixir metrics reporter and collector
</p>

<p align="center">
  <a href="https://travis-ci.org/globocom/alchemetrics">
    <img
      alt="Travis" src="https://travis-ci.org/globocom/alchemetrics.svg">
  </a>
  <img
    alt="Hex"
    src="https://img.shields.io/hexpm/dt/alchemetrics.svg">
</p>

## About

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `metrics` to your list of dependencies in `mix.exs`:

```elixir
def deps do
  [{:metrics, "~> 0.1.0"}]
end
```

Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/metrics](https://hexdocs.pm/metrics).