StatsDoggo

Installation

def deps do
[
{:stats_doggo, "~> 0.4.0",
]
end

Configuration in your config.exs

config :stats_doggo,
app_name: "YOUR_APP_NAME",
override_statix_host: {:system, "STATSD_HOST"},
app_env: {:system, "RAILS_ENV", "dev"},
enabled: {:system, "STATS_ENABLED", "false"},
impl: StatsDoggo.Connection

Add to your endpoint.ex if you want the plug:

plug StatsDoggo.Plug