Skip to content

Set of modules for monitoring Elixir/Phoenix apps and sending them to a statsD compatible client

License

Notifications You must be signed in to change notification settings

revelrylabs/metairie

Repository files navigation

Metairie

Modules for help with monitoring Elixir and Phoenix apps.

Installation

If available in Hex, the package can be installed by adding metairie to your list of dependencies in mix.exs:

def deps do
  [
    {:metairie, "~> 0.1.0"}
  ]
end

Uses the following packages for monitoring

  • statix: For sending data to a StatsD server, including datadog
  • vmstats: For getting erlang vm stats
  • telemetry: For gathering ecto stats

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/metairie.

About

Set of modules for monitoring Elixir/Phoenix apps and sending them to a statsD compatible client

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages