PrometheusEcto Hex.pmBuild Status

Ecto integration for Prometheus.erl

Documentation

Please find documentation on hexdocs.

Installation

Available in Hex, the package can be installed as:

  1. Add prometheus_ecto to your list of dependencies in mix.exs:
```elixir
def deps do
  [{:prometheus_ecto, "~> 0.0.4"}]
end
```
  1. Ensure prometheus_ecto is started before your application:
```elixir
def application do
  [applications: [:prometheus_ecto]]
end
```