README.md
# EventBus.Metrics
Metrics library and metrics RESTFul endpoints for `event_bus`
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `event_bus_metrics` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:event_bus_metrics, "~> 0.2.0"}
]
end
```
## Documentation
The docs can be found at [https://hexdocs.pm/event_bus_metrics](https://hexdocs.pm/event_bus_metrics).